-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
51 lines (51 loc) · 1.31 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": "handsome-css3-lib",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8204",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint"
},
"dependencies": {
"@monaco-editor/react": "^4.5.1",
"@vercel/analytics": "^0.1.8",
"autoprefixer": "^10.4.12",
"babel-plugin-styled-components": "^2.0.7",
"classnames": "^2.3.2",
"esbuild": "^0.17.7",
"gray-matter": "^4.0.3",
"mdx-bundler": "^9.2.1",
"next": "13.0.1",
"next-themes": "^0.2.1",
"postcss": "^8.4.18",
"postcss-loader": "^7.0.1",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-modal": "^3.16.1",
"react-use": "^17.4.0",
"rehype-prism-plus": "^1.5.1",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"styled-components": "^5.3.6",
"tailwindcss": "^3.2.1"
},
"devDependencies": {
"@types/node": "18.8.0",
"@types/react": "18.0.21",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.6",
"@types/react-modal": "^3.16.0",
"@types/styled-components": "^5.1.26",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"prettier": "2.7.1",
"typescript": "4.8.4"
},
"engines": {
"node": ">= 18.0.0"
}
}