-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 818 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 818 Bytes
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
{
"name": "car",
"version": "0.0.1",
"private": true,
"devDependencies": {
"enzyme": "^2.8.2",
"react-scripts": "^1.1.4",
"react-test-renderer": "^15.6.1"
},
"dependencies": {
"jquery": "^3.3.1",
"prop-types": "^15.6.1",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-redux": "^5.0.7",
"redux": "^3.7.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test"
},
"description": "This project template was built with [Create React App](https://github.com/facebookincubator/create-react-app), which provides a simple way to start React projects with no build configuration needed.",
"main": "index.js",
"author": "Nikita Brovkovich",
"license": "ISC"
}