-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 922 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
{
"name": "ADC-white-paper",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "7.0.96",
"axios": "^1.6.5",
"bootstrap": "^5.3.0",
"bootstrap-vue": "^2.23.1",
"core-js": "^3.29.0",
"d3": "^7.8.5",
"d3-color-legend": "^1.4.1",
"d3-scale-chromatic": "^3.0.0",
"jquery": "^3.7.0",
"roboto-fontface": "*",
"underscore": "^1.13.6",
"vue": "^3.2.0",
"vue-axios": "^3.5.2",
"vue-router": "^4.0.0",
"vue-underscore": "^0.1.4",
"vuetify": "^3.0.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.37.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.64.1",
"vite": "^4.2.0",
"vite-plugin-vuetify": "^1.0.0"
}
}