-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
41 lines (41 loc) · 1022 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
41
{
"name": "powa",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --fix powa/static/",
"format": "prettier powa/static/js --check",
"prepare": "husky install"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.6",
"@types/luxon": "^3.4.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vuetify": "^2.4.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"sass": "^1.77.6",
"vite": "^5.4.6"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"d3": "^7.9.0",
"highlight.js": "^11.9.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"moment": "^2.30.1",
"sql-formatter": "^15.3.2",
"vite-plugin-vuetify": "^2.0.3",
"vue": "^3.3.11",
"vue-router": "^4.4.0",
"vuetify": "^3.6.10"
}
}