-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.81 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
{
"name": "atomica_apps",
"version": "0.2.1",
"description": "",
"author": "",
"scripts": {
"buildtb": "webpack --config build/webpack.config.tb.prod.js",
"buildcascade": "webpack --config build/webpack.config.cascade.prod.js",
"build": "npm run buildtb && npm run buildcascade",
"test": "echo \"Error: no test specified\" && exit 1",
"watchtb": "webpack --watch --config build/webpack.config.tb.local.js",
"watchcascade": "webpack --watch --config build/webpack.config.cascade.local.js"
},
"license": "MIT",
"bundleDependencies": false,
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"normalize-scss": "^7.0.1",
"popper.js": "^1.14.4",
"sciris-js": "^0.2.13",
"vue": "^2.5.17",
"vue-paper-dashboard": "git+https://github.com/creativetimofficial/vue-paper-dashboard.git",
"vue-router": "^3.0.1",
"vue2-simplert-plugin": "0.4.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.22.1",
"babel-loader": "^7.1.5",
"babel-plugin-component": "^1.1.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-vue-app": "^2.0.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"vue-loader": "^15.4.2",
"vue-runtime-helpers": "^0.2.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
}
}