-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 847 Bytes
/
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
{
"name": "wallaby-2",
"version": "1.0.0",
"description": "Wallaby Test",
"main": "index.js",
"scripts": {
"build": "webpack-dev-server --mode development",
"build:prod": "webpack --config webpack.config.prod.js --mode production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"extract-text-webpack-plugin": "^3.0.2",
"gsap": "^2.0.1",
"jest-cli": "^23.1.0",
"path": "^0.12.7",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.12.0",
"webpack-build-notifier": "^0.1.27",
"webpack-cli": "^3.0.3",
"webpack-dev-server": "^3.1.4"
}
}