-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.67 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.67 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "onthego",
"version": "1.0.0",
"description": "To run the project:",
"main": "index.js",
"dependencies": {
"@chakra-ui/react": "^3.0.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"chalk": "^4.1.2",
"cliui": "^8.0.1",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concurrently": "^6.2.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"emailjs-com": "^3.2.0",
"emoji-regex": "^8.0.0",
"escalade": "^3.2.0",
"framer-motion": "^11.11.10",
"get-caller-file": "^2.0.5",
"has-flag": "^4.0.0",
"install": "^0.13.0",
"is-fullwidth-code-point": "^3.0.0",
"lodash": "^4.17.21",
"mongodb": "^6.10.0",
"react-date-range": "^2.0.1",
"react-icons": "^5.3.0",
"require-directory": "^2.1.1",
"rxjs": "^7.8.1",
"shell-quote": "^1.8.1",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"supports-color": "^8.1.1",
"tree-kill": "^1.2.2",
"tslib": "^2.8.0",
"wrap-ansi": "^7.0.0",
"y18n": "^5.0.8",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"concurrently": "^9.0.1"
},
"scripts": {
"start": "concurrently \"npm run server-install && npm run server\" \"npm run client-install && npm run client\"",
"server": "cd server && npm start",
"client": "cd client && npm start",
"server-install": "cd server && npm install",
"client-install": "cd client && npm install",
"dev": "concurrently \"npm run server-install && npm run server\" \"npm run client-install && npm run client\""
},
"keywords": [],
"author": "",
"license": "ISC"
}