-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
72 lines (72 loc) · 2.22 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
{
"name": "tau3_phah4-ji7",
"version": "1.0.0",
"description": "鬥拍字",
"scripts": {
"start": "node devServer.js",
"check": "eslint --ext .js --ext .jsx src/",
"reformat": "eslint --fix --ext .js --ext .jsx src/",
"build": "mkdir -p build;rm -f build/* && NODE_ENV=production webpack --config webpack.config.prod.js --bail && (echo 'xn--p8s96olm5c.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/i3thuan5/tau3_phah4-ji7.git"
},
"keywords": [
"臺語",
"閩南語"
],
"author": "薛丞宏",
"license": "MIT",
"bugs": {
"url": "https://github.com/i3thuan5/tau3_phah4-ji7/issues"
},
"homepage": "http://xn--p8s96olm5c.xn--v0qr21b.xn--kpry57d/",
"dependencies": {
"bluebird": "^3.5.5",
"debug": "^2.2.0",
"demo-ui": "^1.13.12",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.4",
"react-router": "^2.5.2",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.2.10",
"superagent": "^3.7.0",
"superagent-bluebird-promise": "^3.0.2"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-eslint": "^7.2.3",
"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",
"css-loader": "^0.23.0",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"gh-pages": "^0.11.0",
"html-loader": "^0.4.3",
"postcss-loader": "^0.9.1",
"react-hot-loader": "^1.3.0",
"strict-loader": "^1.1.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.5.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0"
}
}