-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "codebrew-2022",
"version": "1.0.0",
"description": "hihi",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "license-checker --production --json > license_info.json && next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ehne/codebrew-2022.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ehne/codebrew-2022/issues"
},
"homepage": "https://github.com/ehne/codebrew-2022#readme",
"dependencies": {
"baseui": "^11.0.1",
"formik": "^2.2.9",
"license-checker": "^25.0.1",
"next": "^12.1.5",
"next-pwa": "^5.5.2",
"pouchdb": "^7.3.0",
"pouchdb-browser": "^7.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-pouchdb": "^2.1.0",
"styletron-engine-atomic": "^1.4.8",
"styletron-react": "^6.0.2",
"superjson": "^1.8.2",
"swr": "^1.3.0",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.13.0",
"eslint-config-next": "12.1.5"
}
}