-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "react-memory-game",
"version": "0.5.1",
"dependencies": {
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^3.3.7",
"faker": "^4.1.0",
"moment": "^2.19.2",
"normalizr": "^3.2.4",
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-bootstrap": "^0.31.5",
"react-card-flip": "^0.1.1",
"react-dom": "^16.1.1",
"react-ga": "^2.3.5",
"react-modal": "^3.1.2",
"react-redux": "^5.0.6",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"redux-form": "^7.1.2",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"cypress:open": "cypress open"
},
"devDependencies": {
"cypress": "^1.1.1",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"jest-enzyme": "^4.0.1",
"react-test-renderer": "^16.1.1"
},
"license": "ISC",
"author": "Daniele Salvatore <[email protected]> (https://github.com/danielesalvatore)"
}