-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.55 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.55 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "splague",
"version": "0.12.0",
"description": "Be prepared.",
"directories": {
"doc": "docs"
},
"files": [
"src",
"LICENSE",
"package.json",
"README.md"
],
"dependencies": {
"animate.css": "^3.7.0",
"grommet": "^2.3.1",
"grommet-icons": "^4.1.0",
"lodash.sample": "^4.2.1",
"moment": "^2.23.0",
"polished": "^2.3.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-scripts": "^2.1.3",
"redux": "^4.0.1",
"styled-components": "^4.1.3"
},
"devDependencies": {
"codecov": "^3.1.0",
"jest-styled-components": "^6.3.1",
"react-test-renderer": "^16.7.0"
},
"scripts": {
"start": "REACT_APP_ENVIRONMENT=dev react-scripts start",
"start-initial": "react-scripts start",
"build": "react-scripts build",
"test": "CI=true react-scripts test --coverage && codecov",
"test-dev": "react-scripts test",
"eject": "react-scripts eject",
"publish": "np && github_changelog_generator alexlee-dev/splague"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "git+https://github.com/alexlee-dev/splague.git"
},
"keywords": [
"splague",
"plague",
"game",
"sick",
"infection",
"virus",
"death"
],
"author": "Alex Lee <alexlee-dev>",
"bugs": {
"url": "https://github.com/alexlee-dev/splague/issues"
},
"homepage": "https://www.splague.com/"
}