-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "nextjs-preact-demo",
"version": "1.0.0",
"scripts": {
"dev": "cross-env NODE_ENV=development next",
"build": "cross-env NODE_ENV=production next build",
"start": "cross-env NODE_ENV=production next start"
},
"devDependencies": {
"cross-env": "^7.0.2"
},
"dependencies": {
"@ant-design/icons": "^4.3.0",
"antd": "^4.9.4",
"babel-plugin-import": "^1.13.3",
"bundle-analyzer": "0.0.6",
"hexoid": "^1.0.0",
"limax": "^2.1.0",
"markdown-it": "^12.0.4",
"mongodb": "^3.6.3",
"next": "10.0.0",
"next-auth": "^3.1.0",
"next-compose-plugins": "^2.2.1",
"next-plugin-preact": "^3.0.3",
"next-pwa": "^5.0.2",
"next-seo": "^4.17.0",
"nprogress": "^0.2.0",
"preact": "^10.5.5",
"preact-render-to-string": "^5.1.11",
"react": "npm:@preact/compat@0.0.3",
"react-dom": "npm:@preact/compat@0.0.3",
"react-markdown-editor-lite": "^1.2.2",
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.1.2",
"swr": "^0.3.11"
},
"license": "UNLICENSED"
}