-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 816 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 816 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
{
"name": "codered-voyage",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "parcel index.html --open",
"build": "parcel build index.html && cp -R ./assets ./dist/assets"
},
"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.103.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",
"nodemon": "^2.0.4",
"parcel-bundler": "^1.6.1",
"parcel-plugin-purgecss": "2.1.2",
"sass": "^1.20.1"
},
"keywords": []
}