-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 891 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 891 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
29
30
31
32
33
34
{
"name": "is3-website",
"version": "1.0.0",
"description": "Frontend website for the Intelligent System Simulation Service",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/LVATactic/IS3-Website.git"
},
"author": "Stephen Cioffi",
"license": "ISC",
"bugs": {
"url": "https://github.com/LVATactic/IS3-Website/issues"
},
"homepage": "http://is3.krutziscool.com",
"dependencies": {
"bootstrap": "^3.3.7",
"moment": "^2.22.1",
"moment-timezone": "^0.5.17",
"react": "^16.3.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.2",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}