-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.3 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.3 KB
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
{
"name": "splimo_spellcards",
"homepage": "https://spellcards.42tg.de/",
"version": "0.1.0",
"private": true,
"dependencies": {
"firebase": "^5.3.0",
"immutable": "^3.8.2",
"lodash": "^4.17.10",
"react": "16",
"react-color": "^2.14.1",
"react-dom": "16",
"react-redux": "^6.0.0",
"react-scripts": "^2.0.0-next.3e165448",
"redux": "^4.0.0",
"redux-form": "^8.1.0",
"redux-saga": "^1.0.1",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"coverage": "react-scripts test --coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!**/index.js",
"!**/registerServiceWorker.js",
"!**/node_modules/**",
"!**/vendor/**"
]
},
"devDependencies": {
"coveralls": "^3.0.1",
"cross-env": "^5.2.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"jest-junit": "^6.2.1"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">0.25%",
"not op_mini all",
"ie 11"
]
}
}