-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 928 Bytes
/
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
{
"name": "react-startup-app",
"version": "1.0.1",
"description": "Initial project from where you can start building your application",
"dependencies": {
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-redux": "5.0.6",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-scripts": "1.0.17",
"react-store": "^0.1.3",
"reactstrap": "^5.0.0-alpha.4",
"redux": "3.7.2",
"redux-devtools": "^3.4.1",
"redux-thunk": "2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git://github.com/AlexMihov96/React-Quickstart.git"
},
"author": "Alex Mihov",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/AlexMihov96/React-Quickstart/blob/master/LICENSE"
}
]
}