-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.18 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
45
46
{
"name": "solirpa-sh",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write \"**/*.{js,jsx,json,ts,tsx,md,mdx,css,html,yml,yaml,scss,sass}\" --ignore-path .gitignore"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"async-sema": "^3.1.0",
"clsx": "^1.1.1",
"dayjs": "^1.10.3",
"github-slugger": "^1.3.0",
"next": "^10.0.0",
"next-compose-plugins": "^2.2.1",
"next-seo": "^4.17.0",
"react": "17.0.1",
"react-cusdis": "^2.0.1",
"react-dom": "17.0.1",
"react-notion": "^0.9.3"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.0",
"@svgr/webpack": "^5.5.0",
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"global-agent": "^2.1.12",
"husky": "^4.3.8",
"lint-staged": "^10.5.3",
"postcss": "^8.2.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"stylelint-config-recommended": "^3.0.0",
"tailwindcss": "^2.0.2",
"typescript": "^4.1.3"
}
}