-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "ToDone!",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --config config/webpack/webpack.dev.js",
"watch": "webpack --config config/webpack/webpack.dev.js --watch",
"prod": "webpack --config config/webpack/webpack.prod.js",
"heroku-postbuild": "webpack --config config/webpack/webpack.prod.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"animate.css": "^3.7.2",
"axios": "^0.18.0",
"babel-loader": "^8.0.6",
"bulma": "^0.7.5",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"file-loader": "^2.0.0",
"font-awesome": "^4.7.0",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.12.0",
"npm": "^6.9.0",
"sass-loader": "^7.2.0",
"style-loader": "^0.23.1",
"vue": "^2.5.17",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"vuedraggable": "^2.21.0",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-manifest-plugin": "^2.0.4",
"webpack-merge": "^4.1.5",
"webpack-notifier": "^1.7.0"
}
}