-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 947 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
30
31
32
33
{
"name": "miracle-pencil",
"version": "0.0.3",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"format": "prettier src/**/*.{ts,vue} --write",
"upgrade-sympaint": "yarn upgrade sym-paint --network-concurrency 1"
},
"dependencies": {
"pinia": "^2.0.0",
"sym-paint": "https://github.com/yuneco/symmpaint.git",
"vue": "^3.2.16"
},
"devDependencies": {
"@types/gtag.js": "^0.0.8",
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-vue": "^1.9.3",
"@vue/eslint-config-typescript": "^9.1.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.4.1",
"sass": "^1.43.4",
"typescript": "^4.4.3",
"vite": "^2.6.4",
"vite-plugin-pwa": "^0.11.12",
"vue-tsc": "^0.3.0"
}
}