-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
37
38
39
40
{
"name": "sample-project",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"watch": "webpack --watch"
},
"repository": "git+https://github.com/MarkMarzeotti/sample-project.git",
"bin": {
"webpack": "./node_modules/.bin/webpack"
},
"author": "Mark Marzeotti",
"license": "GPL-3.0",
"devDependencies": {
"autoprefixer": "^9.6.1",
"babel-cli": "6.18.0",
"babel-loader": "6.2.5",
"babel-preset-env": "^1.6.1",
"braces": ">=2.3.1",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^1.2.0",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^4.1.0",
"json-loader": "0.5.4",
"mem": ">=4.0.0",
"node-sass": "^4.12.0",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.9",
"sass-loader": "4.0.2",
"style-loader": "0.13.1",
"url-loader": "^2.1.0",
"webpack": "^3.10.0",
"webpack-dev-server": ">=3.1.11"
}
}