-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.27 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.27 KB
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": "crowd-query",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js",
"develop": "concurrently \"cd server && npm run watch\" \"cd client && npm start\"",
"install": "cd server && npm i && cd ../client && npm i",
"seed": "cd server && npm run seed",
"build": "cd client && npm run build",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^5.3.0",
"dotenv": "^16.3.1",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"@apollo/client": "^3.7.17",
"@fortawesome/fontawesome-free": "^6.4.0",
"@material-tailwind/react": "^2.1.2",
"autoprefixer": "^10.4.14",
"aws-sdk": "^2.1422.0",
"copy-to-clipboard": "^3.3.3",
"dot-env": "^0.0.1",
"dotenv-webpack": "^8.0.1",
"flowbite": "^1.8.1",
"flowbite-react": "^0.6.0",
"gsap": "^3.12.2",
"mongodb": "^5.7.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.26",
"react-copy-to-clipboard": "^5.1.0",
"react-icons": "^4.11.0",
"react-linkify": "^1.0.0-alpha",
"react-modal": "^3.16.1",
"react-responsive-modal": "^6.4.2",
"react-scripts": "^5.0.1"
}
}