-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.15 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": "rits-dajare.github.io",
"version": "1.0.0",
"private": true,
"repository": "git@github.com:rits-dajare/rits-dajare.github.io.git",
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"export": "next export",
"check": "npm-run-all check:*",
"check:type": "tsc",
"check:format": "prettier --check src",
"check:lint": "next lint"
},
"dependencies": {
"next": "12.0.7",
"next-pwa": "5.4.4",
"next-seo": "4.28.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-query": "3.34.7",
"react-share": "4.4.0",
"zod": "3.11.6"
},
"devDependencies": {
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"@typescript-eslint/eslint-plugin": "5.9.0",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.5",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "7.2.0",
"prettier": "2.5.1",
"tailwindcss": "3.0.11",
"typescript": "4.5.4"
}
}