-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 906 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 906 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
36
{
"name": "bulletproof-next-app",
"version": "1.0.0",
"scripts": {
"dev": "cross-env NEXTAUTH_URL=http://localhost:3009 next -p 3009",
"build": "next build",
"start": "next start -p 3009",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arunoda/bulletproof-next-app"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/arunoda/bulletproof-next-app/issues"
},
"homepage": "https://github.com/arunoda/bulletproof-next-app#readme",
"dependencies": {
"@arunoda/git-cms": "^1.1.0",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"cross-env": "^7.0.2",
"markdown-to-jsx": "^6.11.4",
"ms": "^2.1.2",
"next": "^10.0.5",
"next-auth": "^3.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"swr": "^0.3.0"
},
"devDependencies": {
"standard": "^14.3.4"
}
}