-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.47 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.47 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
{
"name": "brewboxit.github.io",
"version": "0.1.0",
"description": "The BrewBox Community Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./dist/* && webpack -p --config webpack.prod.js",
"dev": "webpack-dev-server --color --config webpack.dev.js",
"start": "npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brewboxit/brewboxit.github.io.git"
},
"keywords": [
"BrewBox",
"community",
"website",
"talks",
"beer"
],
"author": "The BrewBox Staff <brewboxit@gmail.com> (https://github.com/brewboxit)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brewboxit/brewboxit.github.io/issues"
},
"homepage": "https://github.com/brewboxit/brewboxit.github.io#readme",
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-minify-webpack-plugin": "0.2.0",
"babel-preset-env": "1.6.0",
"css-loader": "0.28.7",
"cssnano": "^3.10.0",
"file-loader": "1.1.5",
"html-webpack-plugin": "2.30.1",
"postcss": "6.0.13",
"postcss-loader": "2.0.6",
"script-ext-html-webpack-plugin": "1.8.7",
"style-loader": "0.19.0",
"stylus": "0.54.5",
"stylus-loader": "3.0.1",
"webpack": "3.6.0",
"webpack-dev-server": "2.9.1"
},
"dependencies": {
"normalize.css": "7.0.0",
"remarkable": "1.7.1"
},
"browserslist": [
"last 5 versions",
"IE 10"
]
}