-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 854 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@scriptpilot/vueuse",
"version": "2.2.0",
"main": "source/frontend/composables/index.js",
"dependencies": {
"uuid": "^9.0.0",
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"camel-case": "^4.1.2",
"eslint": "^8.30.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.8.0",
"framework7": "^7.1.1",
"framework7-vue": "^7.1.1",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.3"
},
"scripts": {
"dev": "docker compose up --build -d && npx vite --open",
"build": "npx eslint source --fix && npx vite build",
"deploy": "git push --follow-tags && npm publish --access=public"
}
}