This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
60 lines (60 loc) · 1.81 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "g0v-summit",
"description": "g0v summit",
"version": "0.0.1",
"scripts": {
"prebuild": "rm -rf dist",
"build": "NODE_ENV=production webpack --progress",
"postbuild": "babel-node scripts/prerender",
"test": "npm run build",
"webpack": "webpack --watch -d --display-reasons --display-chucks --progress",
"start": "rm -rf dist; webpack-dev-server -d --config webpack.config.babel.js --hot --inline --output-public-path http://localhost:8080/2016/",
"start:dist": "superstatic dist"
},
"repository": {
"type": "git",
"url": "[email protected]:g0v/summit.g0v.tw.git"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-cli": "^6.6.5",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.5.0",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"history": "^2.0.0",
"html-loader": "^0.4.3",
"html-to-text": "^2.0.0",
"html-webpack-plugin": "^2.9.0",
"json-loader": "^0.5.4",
"jsonfile": "^2.2.3",
"lodash": "^4.11.1",
"lost": "^6.7.2",
"markdown-loader": "^0.1.7",
"md5": "^2.1.0",
"normalize.css": "^4.1.1",
"postcss-loader": "^0.9.1",
"precss": "^1.4.0",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-ga": "^1.2.0",
"react-router": "^2.3.0",
"react-sticky": "^5.0.0",
"sitemap": "^1.5.0",
"style-loader": "^0.13.0",
"superstatic": "^4.0.2",
"url-loader": "^0.5.7",
"webpack": "^1.2.13",
"webpack-dev-server": "^1.14.1",
"zombie": "^4.2.1"
}
}