-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 950 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": "codered-voyage",
"version": "1.0.0",
"description": "",
"main": "server.js",
"homepage": "https://uhcodered.github.io/fall-2021",
"scripts": {
"start": "parcel index.html --open",
"build": "parcel build index.html --public-url ./",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.9",
"googleapis": "39",
"intersection-observer": "^0.7.0",
"seed-random": "2.2.0",
"three": "^0.129.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"gh-pages": "^3.2.3",
"nodemon": "^2.0.4",
"parcel-bundler": "^1.6.1",
"parcel-plugin-purgecss": "2.1.2",
"sass": "^1.35.1"
},
"keywords": []
}