-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.33 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
47
48
49
50
51
52
53
54
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen-demo": "plop",
"format": "prettier --write .",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
],
"*.{html,js,jsx,ts,tsx}": [
"prettier --write"
]
},
"dependencies": {
"@bradgarropy/next-seo": "^1.0.0",
"filter-react-props": "^0.0.4",
"framer-motion": "^4.1.17",
"next": "11.1.2",
"next-pwa": "^5.3.1",
"nextjs-progressbar": "^0.0.11",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/line-clamp": "^0.2.2",
"@tailwindcss/typography": "^0.4.1",
"@types/react": "^17.0.27",
"@types/w3c-image-capture": "^1.0.5",
"@types/wicg-file-system-access": "^2020.9.4",
"autoprefixer": "^10.3.7",
"clsx": "^1.1.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.2",
"lint-staged": "^11.2.0",
"plop": "^2.7.4",
"postcss": "^8.3.9",
"prettier": "2.3.2",
"tailwindcss": "^2.2.16",
"typescript": "^4.4.3"
}
}