-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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
{
"name": "ithuan",
"version": "0.1.0",
"description": "意傳網站",
"scripts": {
"start": "node devServer.js",
"test": "jscs *.js src/",
"reformat": "jscs -x *.js src/",
"build": "mkdir -p build;rm -f build/* && NODE_ENV=production webpack --config webpack.config.prod.js && (echo 'ithuan.tw' > build/CNAME) && cp index.html favicons/* robots.txt build/ && cp index.html build/404.html",
"deploy": "npm run build && gh-pages -d build/"
},
"repository": {
"type": "git",
"url": "https://github.com/i3thuan5/ithuan"
},
"keywords": [
"臺語"
],
"author": "薛丞宏",
"license": "MIT",
"bugs": {
"url": "https://github.com/i3thuan5/ithuan/issues"
},
"homepage": "https://ithuan.tw",
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-jscs": "^2.0.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.0",
"debug": "^2.2.0",
"eventsource-polyfill": "^0.9.6",
"file-loader": "^0.9.0",
"gh-pages": "^0.11.0",
"html-loader": "^0.4.3",
"jscs": "^3.0.6",
"json-loader": "^0.5.4",
"postcss-loader": "^0.9.1",
"react": "^15.2.0",
"react-dom": "^15.2.0",
"react-hot-loader": "^1.3.0",
"react-router": "^2.5.2",
"semantic-ui-css": "^2.2.4",
"semantic-ui-react": "^0.63.2",
"strict-loader": "^1.1.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.0"
}
}