-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 978 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
30
31
32
33
34
{
"name": "amberframework",
"version": "0.1.0",
"description": "Amber Framework",
"private": true,
"author": "Amber",
"license": "MIT",
"scripts": {
"build": "webpack --config config/webpack/development.js",
"watch": "webpack -w --config config/webpack/development.js",
"release": "webpack -p --config config/webpack/production.js",
"test": "echo \"No test specified\" && exit 1"
},
"dependencies": {
"webpack": "^4.10.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0-beta.53",
"babel-loader": "^8.2.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^6.7.1",
"csso-webpack-plugin": "2.0.0-beta.3",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.0",
"sass-loader": "^13.0.1",
"style-loader": "^3.3.0",
"webpack": "^4.10.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
}
}