-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 971 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
34
35
36
37
38
39
40
{
"name": "brz-wheel-size",
"version": "0.1.0",
"scripts": {
"generate": "node build/examples.js",
"dev": "vite",
"build": "vue-tsc && vite build",
"deploy": "gh-pages -d dist/"
},
"type": "module",
"prettier": {
"semi": false,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "none",
"printWidth": 80,
"arrowParens": "avoid",
"plugins": [
"./node_modules/prettier-plugin-jsdoc",
"./node_modules/prettier-plugin-organize-imports/index.js"
]
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"gh-pages": "^5.0.0",
"prettier": "^2.8.3",
"prettier-plugin-jsdoc": "^0.4.2",
"prettier-plugin-organize-imports": "^3.2.2",
"typescript": "^4.9.5",
"vite": "^4.1.0",
"vue": "^3.2.45",
"vue-tsc": "^1.0.24"
},
"dependencies": {
"@heroicons/vue": "^2.0.16",
"sass": "^1.58.3",
"vue-virtual-scroller": "2.0.0-beta.8"
}
}