-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 804 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 804 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
{
"name": "attendance-system",
"version": "0.1.0",
"license": "MPL-2.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@chakra-ui/icons": "1.0.13",
"@chakra-ui/react": "1.6.3",
"@emotion/react": "11.4.0",
"@emotion/styled": "11.3.0",
"@supabase/supabase-js": "1.14.0",
"date-fns": "2.22.1",
"dotenv": "8.6.0",
"framer-motion": "4.1.17",
"next": "11.0.0",
"next-runtime-dotenv": "1.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"tachyons": "4.12.0"
},
"devDependencies": {
"@types/node": "15.12.2",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.7",
"sass": "1.34.1",
"ts-loader": "^9.2.3",
"typescript": "4.3.2"
}
}