-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "demo-mx-cube",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "node tools/postinstall.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --watch --config webpack.config.dev.js",
"styleguide": "vue-styleguidist server",
"styleguide:build": "vue-styleguidist build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.6",
"bootstrap": "4.6",
"bootstrap-vue": "^2.21.2",
"chart.js": "^3.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"replace-in-file": "^6.3.2",
"style-loader": "^3.3.1",
"vue": "^2.6.12"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^5.1.3",
"node-sass": "^7.0.1",
"nodemon": "^2.0.15",
"sass-loader": "^12.4.0",
"vue-loader": "^15.9.6",
"vue-style-loader": "^4.1.3",
"vue-styleguidist": "^4.44.15",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.27.0",
"webpack-cli": "^4.5.0"
}
}