-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.17 KB
/
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
36
37
38
{
"name": "audioanimated",
"version": "1.0.0",
"description": "audiovisual wonderland",
"main": "index.js",
"scripts": {
"start": "node app",
"seed": "node script/seed.js",
"server:logger": "LOGGING=true npm run start-server",
"server:seed": "SEED=true npm run start-server",
"server": "JWT=shh nodemon server -e html,js,scss --ignore public --ignore client --ignore react-client",
"client": "npm start --prefix react-client",
"build": "npm run build --prefix react-client",
"winserver": "set JWT=shh && nodemon server -e html,js,scss --ignore public --ignore client --ignore react-client",
"postinstall": "cd react-client && npm install"
},
"author": "Team-Synesthesia",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.326.0",
"bcrypt": "^5.1.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"pg": "^8.8.0",
"sequelize": "^6.28.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}