-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.54 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
{
"name": "temple-frontend",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"ext:build": "next build && next export && yarn ext:prepare",
"ext:prepare": "mv out/_next out/assets && sed -i 's/\\/_next/\\/assets/g' out/**.html",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.1",
"@dnd-kit/core": "^5.0.1",
"@dnd-kit/modifiers": "^5.0.0",
"@dnd-kit/sortable": "^6.0.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@headlessui/react": "^1.6.4",
"@react-aria/button": "^3.4.3",
"@react-aria/radio": "^3.1.10",
"@react-aria/select": "^3.6.4",
"@react-stately/collections": "^3.3.7",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"dayjs": "^1.11.2",
"ethers": "^5.5.4",
"formik": "^2.2.9",
"framer-motion": "^5",
"next": "12.0.8",
"react": "17.0.2",
"react-blockies": "^1.4.1",
"react-content-loader": "^6.2.0",
"react-dom": "17.0.2",
"react-images-uploading": "^3.1.3",
"react-query": "^3.38.0",
"react-router-dom": "6",
"react-use": "^17.3.2",
"recharts": "^2.1.9",
"sass": "^1.49.0",
"swiper": "^8.0.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.12",
"@types/react": "17.0.38",
"@types/react-blockies": "^1.4.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"eslint-config-prettier": "^8.3.0",
"prettier": "2.5.1",
"typescript": "4.5.5"
}
}