forked from g0v/itaigi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.47 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
61
62
63
64
65
66
67
68
69
70
{
"name": "itaigi",
"version": "0.0.3",
"description": "itaigi",
"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 && cp index.html favicons/* build/ && cp index.html build/404.html",
"deploy": "npm run build && (echo 'itaigi.tw' > build/CNAME) && rm node_modules/gh-pages/.cache/ -rf && gh-pages -d build/",
"deploy-tshi3": "npm run build && (echo 'tshi3.itaigi.tw' > build/CNAME) && rm node_modules/gh-pages/.cache/ -rf && gh-pages -r https://github.com/g0v-frontend-test/itaigi-tshi3.git -d build/",
"deploy-giam7": "npm run build && (echo 'giam7.itaigi.tw' > build/CNAME) && rm node_modules/gh-pages/.cache/ -rf && gh-pages -r https://github.com/g0v-frontend-test/itaigi-giam7.git -d build/",
"deploy-test": "npm run build && (echo 'test.itaigi.tw' > build/CNAME) && rm node_modules/gh-pages/.cache/ -rf && gh-pages -r https://github.com/g0v-frontend-test/itaigi-test.git -d build/"
},
"repository": {
"type": "git",
"url": "https://github.com/g0v/itaigi.git"
},
"keywords": [
"g0v"
],
"author": "itaigi",
"license": "MIT",
"bugs": {
"url": "https://github.com/g0v/itaigi/issues"
},
"homepage": "https://github.com/g0v/itaigi",
"dependencies": {
"raw-loader": "^0.5.1"
},
"devDependencies": {
"babel-core": "^6.10.4",
"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",
"bluebird": "^3.4.1",
"css-loader": "^0.23.0",
"debug": "^2.2.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"gh-pages": "^0.11.0",
"jscs": "^3.0.6",
"json-loader": "^0.5.4",
"unorm": "^1.4.1",
"postcss-loader": "^0.9.1",
"react": "^15.2.0",
"react-dom": "^15.2.0",
"react-hot-loader": "^1.3.0",
"react-modal": "^1.4.0",
"react-router": "^2.5.2",
"react-transmit": "^2.6.3",
"react-cookie": "^0.4.7",
"react-disqus-thread": "^0.4.0",
"strict-loader": "^1.1.0",
"style-loader": "^0.13.1",
"superagent": "^2.0.0",
"superagent-promise": "^1.1.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.0"
},
"engines": {
"node": "^5.2.0"
}
}