-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.56 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
52
53
54
55
56
57
58
59
60
{
"name": "advanced-web-project",
"version": "1.0.0",
"private": true,
"scripts": {
"forceUpdate": "ncu -u",
"insertHCMData": "node --trace-warnings ./src/utils/insertHcmDataToDatabase.js",
"-": "",
"dev": "vite",
"build": "vite build",
"serve": "vite serve"
},
"dependencies": {
"@fontsource/roboto": "^4.5.7",
"animate.css": "^4.1.1",
"chunk": "0.0.3",
"csvtojson": "^2.0.10",
"detect-browser": "^5.3.0",
"email-validator": "^2.0.4",
"fast-xml-parser": "^4.0.9",
"firebase": "^9.9.0",
"google-charts": "^2.0.0",
"is-number": "^7.0.0",
"mdb-vue-ui-kit": "1.10.0",
"vue": "^3.2.37",
"vue-router": "^4.1.2",
"yaml": "^2.1.1"
},
"devDependencies": {
"@types/node": "^18.0.6",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/cli-plugin-eslint": "3.1.1",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/compiler-sfc": "^3.2.37",
"css-loader": "^6.7.1",
"depcheck": "^1.4.3",
"eslint": "6.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "7.0.0",
"eslint-plugin-vuejs-accessibility": "^1.2.0",
"node-sass": "^7.0.1",
"npm-check-updates": "^15.3.4",
"path": "^0.12.7",
"raw-loader": "^4.0.2",
"remove-node-modules": "^1.7.6",
"sass": "^1.53.0",
"sass-loader": "13.0.2",
"source-map-loader": "^4.0.0",
"style-loader": "^3.3.1",
"vite": "^3.0.2",
"vue-eslint-parser": "8.3.0",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}