-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.34 KB
/
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
42
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@types/luxon": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@vue/eslint-config-standard": "^8.0.1",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "9.3.0",
"node-sass": "^7.0.1",
"nuxt": "3.0.0-rc.8",
"sass": "^1.54.4",
"sass-loader": "^13.0.2"
},
"dependencies": {
"@pinia/nuxt": "^0.4.1",
"@vee-validate/rules": "^4.6.6",
"@vuelidate/core": "^2.0.0-alpha.44",
"@vuelidate/validators": "^2.0.0-alpha.31",
"axios": "^0.27.2",
"chart.js": "^3.9.1",
"luxon": "^3.0.1",
"normalize.css": "^8.0.1",
"pinia": "^2.0.20",
"pinia-plugin-persistedstate": "^2.1.1",
"primeflex": "^3.2.1",
"primeicons": "^5.0.0",
"primevue": "^3.16.1",
"socket.io-client": "^4.5.1",
"vee-validate": "^4.6.6",
"yup": "^0.32.11"
}
}