-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.38 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
43
44
45
46
47
48
49
50
51
{
"name": "ripley",
"version": "0.1.0",
"private": false,
"engines": {
"npm": ">=8.0.0 <10.0.0",
"node": ">=16.0.0 <17.0.0"
},
"scripts": {
"build-vue": "vite build --outDir='dist/static'",
"lint-vue": "eslint . --ignore-path .gitignore",
"lint-vue-fix": "eslint . --fix --ignore-path .gitignore",
"preview": "vite preview",
"serve-vue": "vite --host --strictPort"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "40.1.0",
"@ckeditor/ckeditor5-vue": "5.1.0",
"@mdi/js": "7.3.67",
"axios": "1.6.2",
"core-js": "3.34.0",
"highcharts-vue": "1.4.3",
"js-file-download": "0.4.12",
"lodash": "4.17.21",
"mitt": "3.0.1",
"moment": "2.29.4",
"moment-timezone": "0.5.43",
"normalize.css": "8.0.1",
"pinia": "2.1.7",
"roboto-fontface": "*",
"vue": "3.3.11",
"vue-router": "4.2.5",
"vuetify": "3.4.6",
"webfontloader": "1.6.28"
},
"devDependencies": {
"@types/lodash": "^4.14.201",
"@types/node": "^20.10.4",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vue-scoped-css": "^2.5.1",
"sass": "^1.69.5",
"typescript": "5.2.2",
"vite": "^4.5.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^1.0.2",
"vue-eslint-parser": "^9.3.2"
}
}