forked from pressden/emma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "emma",
"version": "1.0.0",
"description": "Emma theme description.",
"main": "index.js",
"browserslist": [
"> 2%",
"ie > 9"
],
"scripts": {
"dev": "webpack --mode=development --watch --progress --colors --config webpack/dev.config.js",
"build": "webpack --mode=production --progress --hide-modules --config webpack/prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "D.S. Webster",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"css-loader": "^3.1.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"resolve-url-loader": "^3.1.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^2.1.0",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6",
"webpack-merge": "^4.2.1"
},
"dependencies": {}
}