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
/
Copy pathpackage.json
92 lines (92 loc) · 2.89 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
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "ten1su4",
"version": "1.1.4",
"description": "ten1su4",
"main": "lib/index.js",
"scripts": {
"start": "node devServer.js",
"test": "NODE_ENV=test mocha --compilers js:babel-register,css:app-css-dnt-compiler --recursive",
"check": "eslint --ext .js --ext .jsx src/ test/",
"reformat": "eslint --fix --ext .js --ext .jsx src/ test/",
"clear": "mkdir -p build;rm -f build/*",
"build": "NODE_ENV=production webpack --config webpack.config.prod.js --bail && cp index.html favicons/* build/ && cp index.html build/404.html",
"deploy": "npm run clear && npm run build && gh-pages -d build/",
"clear-lib": "rm -rf lib;mkdir -p lib",
"compile-lib": "NODE_ENV=production babel src --out-dir lib --copy-files",
"publish-lib": "npm run clear-lib && npm run compile-lib && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/i3thuan5/TenSu.git"
},
"keywords": [
"臺語",
"閩南語"
],
"author": "薛丞宏",
"license": "MIT",
"bugs": {
"url": "https://github.com/i3thuan5/TenSu/issues"
},
"homepage": "https://tensu.ithuan.tw/",
"dependencies": {
"bluebird": "^3.5.5",
"debug": "^2.2.0",
"demo-ui": "^1.16.0",
"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": "^2.0.0",
"superagent-bluebird-promise": "^3.0.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.4.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.1",
"babel-plugin-webpack-alias": "^2.1.2",
"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",
"chai": "^3.5.0",
"css-loader": "^0.23.0",
"enzyme": "^2.8.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"file-loader": "^0.9.0",
"gh-pages": "^0.11.0",
"html-loader": "^0.4.3",
"jsdom": "^11.0.0",
"jsdom-global": "^3.0.2",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"nock": "^9.0.11",
"postcss-loader": "^0.9.1",
"react-addons-test-utils": "^15.5.1",
"react-hot-loader": "^1.3.0",
"react-test-renderer": "^15.5.4",
"redux-mock-store": "^1.2.3",
"sinon": "^2.1.0",
"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"
}
}