-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.16 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
45
46
47
48
49
{
"name": "worth_rises",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@chakra-ui/icons": "^2.0.4",
"@chakra-ui/react": "^2.3.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"airtable": "^0.11.4",
"axios": "^0.27.2",
"csv-generate": "^4.2.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"framer-motion": "^6.5.1",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"next": "^12.2.3",
"node-cache": "^5.1.2",
"path": "^0.12.7",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.33.1",
"react-icons": "^4.4.0",
"react-select": "^5.4.0",
"react-table": "^7.8.0",
"swr": "^1.3.0",
"validator": "^13.7.0"
},
"devDependencies": {
"closest-match": "^1.3.3",
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"readline-sync": "^1.4.10"
}
}