-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 836 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 836 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
{
"name": "website.acm.org.msstate.edu",
"version": "0.1.0",
"author": "Jacob Mason <jacob@jacobmason.net>",
"private": true,
"dependencies": {
"express": "^4.15.3",
"gh-pages": "^1.0.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"semantic-ui-css": "^2.2.10",
"semantic-ui-react": "^0.68.4",
"uuid": "^3.0.1"
},
"devDependencies": {
"react-scripts": "1.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "https://github.com/msstate-acm/website.git"
},
"homepage": "htps://msstate-acm.github.io/website"
}