-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "chronicle-react",
"version": "1.0.0",
"description": "The UI for chronicle using react and redux",
"main": "server.js",
"scripts": {
"dev": "cd build/ && python -m SimpleHTTPServer & watchify -v -d app/app.jsx -t babelify --extension=jsx -o build/js/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NathanBland/chronicle-react.git"
},
"keywords": [
"React",
"redux",
"chronicle",
"UI"
],
"author": "Nathan Bland <nathan.bland@gmail.com> (https://nathanbland.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/NathanBland/chronicle-react/issues"
},
"homepage": "https://github.com/NathanBland/chronicle-react#readme",
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.2",
"redux": "^3.4.0",
"redux-thunk": "^2.0.1",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"babel-eslint": "^6.0.3",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"uglifyify": "^3.0.1",
"watchify": "^3.7.0"
}
}