-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.93 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
{
"name": "nativeDB",
"version": "0.0.1",
"description": "海外資料庫",
"scripts": {
"start": "node devServer.js",
"build": "mkdir -p build;rm -f build/* && NODE_ENV=production webpack --config webpack.config.prod.js && (echo 'xn--jny.xn--v0qr21b.xn--kpry57d' > build/CNAME) && cp index.html build/ && cp index.html build/404.html",
"deploy": "npm run build && gh-pages -d build/"
},
"repository": {
"type": "git",
"url": "https://github.com/a8568730/NativeDB.git"
},
"keywords": [
"臺語"
],
"author": "薛丞宏",
"license": "MIT",
"bugs": {
"url": "https://github.com/a8568730/NativeDB/issues"
},
"homepage": "https://github.com/a8568730/NativeDB",
"dependencies": {},
"devDependencies": {
"autoprefixer-core": "^5.2.0",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"babel-preset-stage-0": "^6.3.13",
"bluebird": "^2.9.27",
"caching-fetch": "^1.0.8",
"classnames": "^2.1.1",
"css-loader": "^0.11.0",
"debug": "^2.2.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.13.3",
"file-loader": "^0.8.1",
"gh-pages": "^0.3.1",
"history": "^1.12.6",
"html-loader": "^0.3.0",
"json-loader": "^0.5.1",
"moment": "^2.9.0",
"postcss-loader": "^0.4.3",
"react": "^0.14.0",
"react-bootstrap": "^0.28.2",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.2.2",
"react-modal": "^0.6.1",
"react-router": "^1.0.0-rc3",
"react-router-bootstrap": "^0.19.3",
"react-transmit": "^2.6.3",
"strict-loader": "^0.1.2",
"style-loader": "^0.11.0",
"superagent": "^1.4.0",
"superagent-bluebird-promise": "^2.1.0",
"url-loader": "^0.5.5",
"webpack": "^1.7.2",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
},
"engines": {
"node": "^4.2.1"
}
}