-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "cloud-core",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"aws-sdk": "^2.681.0",
"bootstrap": "^4.5.0",
"chart.js": "^2.9.3",
"chartjs-plugin-colorschemes": "^0.4.0",
"core-js": "^3.6.4",
"direct-vuex": "^0.10.4",
"js-cookie": "^2.2.1",
"purify-ts": "^0.15.1",
"simple-crypto-js": "^3.0.0",
"smoothscroll": "^0.4.0",
"superagent": "^5.2.2",
"throttle-debounce": "^2.2.1",
"universal-analytics": "^0.4.20",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.1",
"vue-router": "^3.3.4",
"vuex": "^3.1.3"
},
"devDependencies": {
"@types/chart.js": "^2.9.22",
"@types/chartjs-plugin-colorschemes": "^0.4.0",
"@types/crypto-js": "^3.1.47",
"@types/debounce": "^1.2.0",
"@types/js-cookie": "^2.2.6",
"@types/node": "^14.0.4",
"@types/superagent": "^4.1.7",
"@types/throttle-debounce": "^2.1.0",
"@types/universal-analytics": "^0.4.4",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-typescript": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"typescript": "~3.8.3",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}