-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 927 Bytes
/
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
{
"name": "fractals",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"next": "12.3.1",
"react": "18.2.0",
"react-cool-dimensions": "^2.0.7",
"react-dat-gui": "^4.1.1",
"react-dom": "18.2.0",
"react-markdown": "^8.0.3",
"rehype-highlight": "^5.0.2",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"remark-math": "^5.1.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.3.1",
"@types/node": "18.7.20",
"@types/prismjs": "^1.26.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"cross-env": "^7.0.3",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"glslify-loader": "^2.0.0",
"raw-loader": "^4.0.2",
"typescript": "4.8.3"
}
}