This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.31 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
71
72
73
74
75
76
77
78
79
{
"name": "hapuy",
"version": "0.0.1",
"scripts": {
"start": "node devServer.js",
"test": "NODE_ENV=test mocha --compilers jsx:babel-register,css:app-css-dnt-compiler --recursive",
"check": "jscs *.js src/",
"reformat": "jscs -x *.js src/",
"build": "mkdir -p build;rm -f build/* && NODE_ENV=production webpack --config webpack.config.prod.js --bail && (echo 'lamal.xn--v0qr21b.xn--kpry57d' > build/CNAME) && cp index.html favicons/* build/ && cp index.html build/404.html",
"deploy": "npm run build && gh-pages -d build/"
},
"repository": {
"type": "git",
"url": "https://github.com/sih4sing5hong5/hapuy.git"
},
"keywords": [
"臺語",
"閩南語"
],
"author": "薛丞宏",
"license": "MIT",
"bugs": {
"url": "https://github.com/sih4sing5hong5/hapuy/issues"
},
"homepage": "http://xn--v0qr21b.xn--kpry57d/",
"dependencies": {
"demo-ui": "^1.16.0"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-polyfill": "^6.13.0",
"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",
"babel-register": "^6.24.1",
"bluebird": "^3.4.1",
"chai": "^3.5.0",
"css-loader": "^0.23.0",
"debug": "^2.2.0",
"enzyme": "^2.8.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"gh-pages": "^0.11.0",
"html-loader": "^0.4.3",
"jscs": "^3.0.6",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"nock": "^9.0.11",
"postcss-loader": "^0.9.1",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.5.4",
"react-hot-loader": "^1.3.0",
"react-redux": "^5.0.4",
"react-router": "^2.5.2",
"react-tabs": "^0.8.2",
"react-test-renderer": "^15.5.4",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-mock-store": "^1.2.3",
"redux-thunk": "^2.2.0",
"sinon": "^2.1.0",
"strict-loader": "^1.1.0",
"style-loader": "^0.13.1",
"superagent": "^5.2.2",
"superagent-bluebird-promise": "^3.0.2",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.0"
},
"engines": {
"node": "^6.2.2"
}
}