-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 884 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
{
"name": "react-16.9-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tramel-woodard/react-16.9-starter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tramel-woodard/react-16.9-starter/issues"
},
"homepage": "https://github.com/tramel-woodard/react-16.9-starter#readme",
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"bootstrap": "^4.3.1",
"history": "^4.9.0",
"jquery": "^3.4.0",
"live-server": "^1.2.1",
"parcel-bundler": "^1.12.3",
"popper.js": "^1.14.7",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1"
}
}