-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.55 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.55 KB
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
{
"name": "eduiac",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aww-vzc/icons-data": "^0.1.23",
"@aww-vzc/react": "^0.1.94",
"@aww-vzc/simulator": "^0.1.39",
"@chakra-ui/hooks": "^2.2.1",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"accept-language": "^3.0.18",
"ace-builds": "^1.31.0",
"axios": "^1.5.1",
"blueimp-md5": "^2.19.0",
"d3": "^7.8.5",
"framer-motion": "^10.16.4",
"github-markdown-css": "^5.3.0",
"next": "13.5.4",
"next-i18next": "^15.0.0",
"next-intl": "^3.1.4",
"re-resizable": "^6.9.11",
"react": "^18",
"react-ace": "^10.1.0",
"react-dom": "^18",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.0",
"react-query": "^3.39.3",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.4.0",
"supports-color": "^8.1.1"
},
"devDependencies": {
"@aww-vzc/types": "^0.1.24",
"@types/blueimp-md5": "^2",
"@types/d3": "^7",
"@types/eslint": "^8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15",
"autoprefixer": "^10",
"eslint": "^8.51.0",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5.2.2"
},
"packageManager": "yarn@3.6.4"
}