-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.76 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
57
58
59
60
61
{
"name": "horizon-ai-template-pro",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.5",
"@chakra-ui/react": "1.8.9",
"@chakra-ui/system": "^1.12.1",
"@chakra-ui/theme-tools": "^1.3.6",
"@codemirror/legacy-modes": "^6.3.2",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@heroicons/react": "^2.0.17",
"@material-tailwind/react": "^1.4.2",
"@tanstack/react-table": "^8.5.15",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@uiw/codemirror-theme-tokyo-night": "^4.19.11",
"@uiw/react-codemirror": "^4.19.11",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"endent": "^2.1.0",
"eventsource-parser": "^1.0.0",
"framer-motion": "^4.1.17",
"next": "13.2.4",
"react": "18.2.0",
"react-build-sitemap": "^0.2.2",
"react-custom-scrollbars-2": "^4.2.1",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"react-is": "^18.0.0",
"react-markdown": "^8.0.6",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.0",
"remark-gfm": "^3.0.1",
"typescript": "4.9.5",
"web-vitals": "^1.1.2",
"web3": "^4.1.1"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.14",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"eventsource": "^2.0.2",
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.2.6",
"tailwindcss": "^3.3.1"
}
}