-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "react-mem-game",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "16.13.1",
"react-dom": "16.13.1",
"react-redux": "7.2.1",
"react-scripts": "3.3.1",
"redux": "4.0.5",
"redux-thunk": "2.3.0"
},
"devDependencies": {
"react-app-rewired": "2.1.6",
"redux-immutable-state-invariant": "2.1.0",
"stylelint": "13.7.2",
"stylelint-config-standard": "20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liubich/memory-game.git"
},
"author": "liubich",
"bugs": {
"url": "https://github.com/liubich/react-mem-game/issues"
},
"homepage": "https://mem-game-react.netlify.com",
"scripts": {
"lint:js": "eslint src/**/*.js",
"lint:css": "stylelint src/**/*.css",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}