forked from SpringRoll/Springroll-Seed
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 759 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 759 Bytes
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": "springroll-seed",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --env.dev",
"build:release": "webpack --env.prod",
"build:debug": "webpack --env.dev"
},
"author": "Andrew Smith",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.4.3",
"babel-loader": "^8.0.2",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.2",
"springroll": "^2.4.0",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.3.1"
},
"dependencies": {}
}