-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.33 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
39
40
41
42
43
44
{
"name": "bufferoverload",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "cd client && npm run cypress:test && cd backend && npm run test",
"start": "node backend/server.js",
"dev": "concurrently \"cd backend && node server.js\" \"cd client && npm start\"",
"build": "cd client && npm run build",
"install-client": "cd client && npm install",
"install-backend": "cd backend && npm install",
"heroku-postbuild": "npm run install-backend && npm run install-client && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SCCapstone/BufferOverload.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SCCapstone/BufferOverload/issues"
},
"dependencies": {
"@emailjs/browser": "^3.9.1",
"concurrently": "^4.1.2",
"local-storage": "^2.0.0",
"nodemon": "^2.0.20",
"react-currency-input-field": "^3.6.10",
"react-file-base64": "^1.0.3",
"react-icons": "^4.6.0",
"react-native-svg": "^13.6.0",
"react-redux": "^8.0.5",
"react-use-cart": "^1.13.0",
"redux": "^4.2.1",
"tailwind-scrollbar": "^2.1.0"
},
"homepage": "https://github.com/SCCapstone/BufferOverload#readme",
"description": "",
"devDependencies": {
"jest": "^29.4.1",
"tailwindcss": "^3.2.4"
}
}