-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "orca",
"version": "0.0.1",
"private": true,
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-tape-runner": "^2.0.1",
"enzyme": "^2.4.1",
"jsdom": "^9.4.1",
"react-addons-test-utils": "^15.3.0",
"react-scripts": "0.2.0",
"redux-thunk": "^2.1.0",
"surge": "^0.18.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
},
"dependencies": {
"aphrodite": "^0.5.0",
"pouchdb": "^5.4.5",
"pouchdb-authentication": "^0.5.3",
"prng": "0.0.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-icons": "^2.2.1",
"react-redux": "^4.4.5",
"react-timeago": "^3.1.2",
"redux": "^3.5.2",
"zaphod": "^0.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"postbuild": "npm run deploy",
"eject": "react-scripts eject",
"test": "babel-tape-runner src/**/tests/*.js | tap-spec",
"deploy": "surge build/ --domain orca.surge.sh --token bf0098f06318f0060d9e0cd2f602"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
}
}