-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "colorful-learningcards",
"version": "0.2.0",
"description": "An app that lets you learn vocabulary with colorful cards.",
"homepage": "https://colorful-learningcards.org",
"repository": {
"type": "git",
"url": "https://github.com/beldur/colorful-learningcards.git"
},
"author": {
"email": "[email protected]",
"name": "Alexander Lücking"
},
"license": "MIT",
"devDependencies": {
"cross-env": "^3.1.3",
"flow-bin": "latest",
"react-hot-loader": "next",
"react-scripts": "0.9.0"
},
"dependencies": {
"connected-react-router": "4.0.0-beta.3",
"firebase": "^3.6.4",
"firebaseui": "^1.0.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-ga": "^2.1.2",
"react-mdl": "^1.9.0",
"react-redux": "^5.0.0",
"react-router-addons-controlled": "^0.0.1",
"react-router-dom": "next",
"react-swipeable": "^3.9.2",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-saga": "^0.14.0",
"uuid": "^3.0.1"
},
"scripts": {
"start": "cross-env NODE_PATH=src/ react-scripts start",
"build": "cross-env NODE_PATH=src/ react-scripts build",
"test": "cross-env NODE_PATH=src/ react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "firebase deploy --only hosting,database"
},
"eslintConfig": {
"extends": "react-app"
}
}