-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "web",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.1",
"ace-builds": "^1.4.14",
"add": "^2.0.6",
"classnames": "^2.3.1",
"gray-matter": "^4.0.3",
"imagemin-gifsicle": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"mollu-lang-web": "^1.1.0",
"next": "12.0.10",
"next-optimized-images": "^2.6.2",
"next-seo": "^5.1.0",
"react": "17.0.2",
"react-ace": "^9.5.0",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.33.1",
"react-select": "^5.2.2",
"rehype-parse": "^8.0.4",
"rehype-react": "^7.0.4",
"rehype-slug": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-stringify": "^10.0.2",
"unified": "^10.1.1",
"yarn": "^1.22.17"
},
"devDependencies": {
"@types/node": "17.0.16",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.19",
"typescript": "4.5.5"
}
}