-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 819 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 819 Bytes
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
{
"name": "desolator",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@amcharts/amcharts4": "^4.9.8",
"@amcharts/amcharts4-geodata": "^4.1.12",
"axios": "^0.19.0",
"moment": "^2.24.0",
"numeral": "^2.0.6",
"register-service-worker": "^1.6.2",
"steam-id-convertor": "^1.0.1",
"vue": "^2.6.6",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@babel/polyfill": "^7.0.0-beta.53",
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-service": "^4.2.3",
"copy-webpack-plugin": "^5.0.2",
"vue-cli-plugin-bootstrap-vue": "^0.1.0",
"vue-template-compiler": "^2.5.21"
}
}