-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.37 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.37 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "labsite",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/labhackercd/lab-site.git"
},
"bugs": {
"url": "https://github.com/labhackercd/lab-site/issues"
},
"keywords": [
"build",
"boilerplate",
"sass",
"es6",
"es2015",
"static",
"transpilaton"
],
"author": {
"name": "Lab Hacker"
},
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"prebuild": "rm -rf build",
"build": "webpack -p",
"postbuild": "gulp images --compress"
},
"devDependencies": {
"autoprefixer": "^8.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^7.0.0-beta.3",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.9",
"fs": "0.0.1-security",
"glob": "^7.1.2",
"gulp": "^4.0.0",
"gulp-if-else": "^1.0.3",
"gulp-imagemin": "^4.1.0",
"html-webpack-plugin": "^2.30.1",
"node-sass": "5.0.0",
"postcss-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"url-loader": "^0.6.2",
"webpack": "^3.11.0",
"webpack-cli": "^2.0.12",
"webpack-dev-server": "^2.11.1",
"webpack-devserver": "0.0.6",
"yargs": "^11.0.0"
}
}