forked from bitprj/bit-next
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 858 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 858 Bytes
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
{
"name": "next-realworld-example-app",
"version": "1.0.0",
"author": "reck1ess",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"antd": "^4.2.5",
"axios": "^0.19.2",
"jsonwebtoken": "^8.5.1",
"lazysizes": "^5.2.1",
"marked": "^0.8.2",
"next": "^9.4.2",
"next-auth": "^2.0.0-beta.71",
"next-offline": "^5.0.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-twemoji": "^0.2.3",
"rich-markdown-editor": "^10.0.3-1",
"sqlite3": "^4.2.0",
"styled-components": "^5.1.1",
"swr": "^0.2.2"
},
"devDependencies": {
"@types/node": "^13.13.9",
"@types/react": "^16.9.35",
"babel-plugin-styled-components": "^1.10.7",
"next-purgecss": "^4.0.0",
"typescript": "^3.9.3"
}
}