-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.35 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
{
"name": "aoc2021",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build-and-start": "npm install && next build && next start"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.19",
"@types/mdx": "^2.0.6",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"flatqueue": "^2.0.3",
"framer-motion": "^10.15.0",
"immer": "^10.0.2",
"lodash": "^4.17.21",
"next": "^13.4.16",
"offset-polygon": "^0.9.2",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.10",
"rehype-pretty-code": "^0.10.0",
"sharp": "^0.32.5",
"swr": "^2.1.5",
"tailwindcss": "3.3.2",
"use-immer": "^0.9.0",
"uuid": "^9.0.0",
"zdog": "^1.1.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/lodash": "^4.14.195",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.28.1",
"postcss-input-range": "^5.0.0",
"prettier": "2.8.8",
"sass": "^1.63.6"
},
"engines": {
"node": ">=18.0.0 <19.0.0"
}
}