-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.6 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
50
51
52
53
54
55
56
{
"name": "boxai-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "rimraf out && rimraf build",
"build": "next build && cross-env NODE_ENV=production next export -o build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "2.5.5",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@tanstack/react-query": "4.29.1",
"autoprefixer": "10.4.14",
"axios": "1.3.5",
"es6-error": "4.1.1",
"event-source-polyfill": "1.0.31",
"formik": "2.2.9",
"framer-motion": "10.11.5",
"jsencrypt": "3.3.2",
"next": "13.3.0",
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.3.1",
"recoil": "^0.7.7",
"tailwindcss": "3.3.1",
"yup": "1.0.2"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "4.29.0",
"@types/event-source-polyfill": "1.0.1",
"@types/node": "18.15.11",
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"cross-env": "7.0.3",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-compat": "4.1.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.8.7",
"rimraf": "5.0.0",
"typescript": "^5.0.4"
}
}