-
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.78 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.78 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": "xstrap-webpack",
"version": "1.0.0",
"description": "xstrap webpack",
"main": "index.js",
"scripts": {
"build": "webpack --config ./build/webpack.prod.config.js",
"temp": "webpack --config ./build/webpack.temp.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"docServer": "docsify serve docs -p 9100",
"docDebug": "webpack --config ./build/webpack.docs.config.js &",
"docs": "concurrently \"npm run docServer\" \"npm run docDebug\"",
"dev": "node server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hifizz/xstrap.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hifizz/xstrap/issues"
},
"homepage": "https://github.com/hifizz/xstrap#readme",
"devDependencies": {
"babel-eslint": "^7.1.1",
"browser-sync": "^2.18.6",
"concurrently": "^3.3.0",
"copy-dir": "^0.3.0",
"css-loader": "^0.26.2",
"eslint": "^3.15.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"lodash": "^4.17.4",
"markrun": "^0.15.0",
"mocha": "^3.2.0",
"node-sass": "^4.5.0",
"nyan-progress-webpack-plugin": "^1.1.4",
"opn": "^4.0.2",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.10.0",
"webpack-dev-server": "^1.16.2",
"webpack-hot-middleware": "^2.16.1"
},
"dependencies": {}
}