-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.8 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"svgr": "npx @svgr/cli --out-dir svgComponents --icon 20px --typescript -- svgs"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@napi-rs/canvas": "^0.1.44",
"@next/mdx": "^14.1.0",
"@react-spring/web": "^9.7.3",
"@types/mdx": "^2.0.11",
"beautiful-react-hooks": "^5.0.1",
"canvas": "^2.11.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"formidable": "^3.5.1",
"lodash": "^4.17.21",
"multiparty": "^4.2.3",
"next": "14.1.0",
"next-mdx-remote": "^4.4.1",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"range-parser": "^1.2.1",
"react": "^18",
"react-dom": "^18",
"react-simple-code-editor": "^0.13.1",
"react-spring": "^9.7.3",
"react-use": "^17.5.0",
"rehype-external-links": "^3.0.0",
"rehype-mdx-code-props": "^1.0.0",
"remark-code-title": "^0.2.5",
"remark-gfm": "^4.0.0",
"schema-dts": "^1.1.2",
"sharp": "^0.33.2",
"thumbhash": "^0.1.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/formidable": "^3.4.5",
"@types/lodash": "^4.14.202",
"@types/multiparty": "^0.0.36",
"@types/node": "^20",
"@types/prismjs": "^1.26.3",
"@types/range-parser": "^1.2.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-plugin-mdx": "^3.1.5",
"postcss": "^8",
"postcss-custom-media": "^10.0.2",
"postcss-nested": "^6.0.1",
"postcss-preset-env": "^9.3.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}