-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
46 lines (46 loc) · 1.24 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-go": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.3.0",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/view": "^6.34.1",
"@gsap/react": "^2.1.0",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@react-spring/web": "^9.7.3",
"@types/node": "^18.6.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@uiw/codemirror-theme-dracula": "^4.23.5",
"@uiw/react-codemirror": "^4.23.5",
"classnames": "^2.3.1",
"codemirror": "^6.0.1",
"date-fns": "^2.28.0",
"framer-motion": "^11.0.20",
"gsap": "^3.12.5",
"highlight.js": "^11.9.0",
"json-diff-kit": "^1.0.29",
"next": "latest",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/prismjs": "^1.26.3",
"autoprefixer": "10.4.7",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"postcss": "8.4.31",
"tailwindcss": "^3.0.24"
}
}