forked from alesanchezr/webpack-ready
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
19 lines (19 loc) · 810 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "workspace",
"version": "1.0.0",
"description": ",-----.,--. ,--. ,---. ,--.,------. ,------. ' .--./| | ,---. ,--.,--. ,-| || o \\ | || .-. \\ | .---' | | | || .-. || || |' .-. |`..' | | || | \\ :| `--, ' '--'\\| |' '-' '' '' '\\ `-' | .' / | || '--' /| `---. `-----'`--' `---' `----' `---' `--' `--'`-------' `------' -----------------------------------------------------------------",
"main": "index.js",
"scripts": {
"transpile-dev": "webpack --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^0.28.7",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^3.8.1"
}
}