-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1007 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1007 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
32
33
34
35
36
37
{
"name": "timeplify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@apollo/server": "^4.7.5",
"@as-integrations/next": "^2.0.1",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-transition-group": "^4.4.5",
"cors": "^2.8.5",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"mongodb": "^6.1.0",
"next": "^13.5.4",
"react-calendar": "^4.0.0",
"react-transition-group": "^4.4.5",
"sass": "^1.56.1",
"typescript": "4.8.4"
},
"devDependencies": {
"@types/react-calendar": "^3.9.0",
"@types/uuid": "^8.3.4"
}
}