-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.61 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
{
"name": "dan-wilt-coaching-quiz",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.6",
"firebase": "^4.11.0",
"firebase-admin": "^5.9.0",
"firebase-functions": "^0.8.1",
"highlight.js": "^9.12.0",
"is-empty-object": "^1.1.1",
"is-object": "^1.0.1",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-highlight": "briancappello/react-highlight#react-v16-compiled",
"react-redux": "^5.0.7",
"react-remarkable": "^1.1.3",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.1",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"redux-firestore": "^0.2.8",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1"
},
"scripts": {
"start": "NODE_PATH=./ react-scripts start",
"build": "NODE_PATH=./ react-scripts build",
"test": "NODE_PATH=./ react-scripts test --env=jsdom",
"eject": "NODE_PATH=./ react-scripts eject",
"format": "prettier-eslint --write \"src/**/*.js\" --eslint-config-path .eslintrc",
"sync-questions": "curl -X POST https://us-central1-dan-wilt-coaching-assessmen.cloudfunctions.net/createQuestions -H \"Content-Type: application/json\" -d @./src/questions.json",
"deploy-firebase-functions": "cd firebaseFunctions; npm run deploy",
"generate-react-redux-template": "rrg"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"dwilt-react-redux-generator": "^1.0.7",
"eslint": "^4.18.2",
"eslint-plugin-react": "^7.6.1",
"flow-bin": "^0.74.0",
"prettier": "^1.11.1",
"prettier-eslint-cli": "^4.7.1"
}
}