-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·45 lines (45 loc) · 1.23 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
{
"name": "react-components-container",
"version": "1.0.1",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/mikeludemann/react-components-container.git"
},
"dependencies": {
"jest": "^23.4.1",
"jest-cli": "^23.4.1",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts": "1.1.4",
"redux": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"lodash": "^4.17.15",
"node-less": "^1.0.0",
"node-sass": "^4.12.0",
"node-stylus-require": "^1.1.0",
"react-cookie": "^3.0.8",
"react-cookie-banner": "^4.0.0",
"react-media": "^1.9.2",
"react-responsive": "^7.0.0",
"react-spring": "^8.0.27",
"styled-components": "^4.1.3"
},
"author": "Mike Ludemann",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikeludemann/react-components-container/issues"
},
"homepage": "https://github.com/mikeludemann/react-components-container#readme"
}