generated from jakeprins/nextwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "nextwind",
"version": "1.0.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"export": "next export",
"lint": "eslint --ext .ts,.tsx",
"lint:fix": "eslint --ext .ts,.tsx --fix",
"start": "next start"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && npm run lint"
}
},
"dependencies": {
"@stripe/stripe-js": "1.9.0",
"@tailwindcss/typography": "0.2.0",
"autoprefixer": "10.0.2",
"netlify-cms-app": "2.12.25",
"next": "10.0.0",
"postcss": "8.1.8",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "6.9.2",
"tailwindcss": "2.0.1"
},
"devDependencies": {
"@types/node": "14.11.5",
"@types/react": "16.9.51",
"@types/webpack-env": "1.15.3",
"@typescript-eslint/eslint-plugin": "4.4.0",
"@typescript-eslint/parser": "4.4.0",
"eslint": "7.10.0",
"eslint-config-prettier": "6.12.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.3",
"eslint-plugin-react-hooks": "4.1.2",
"frontmatter-markdown-loader": "3.6.1",
"husky": "4.3.0",
"lint-staged": "10.4.0",
"prettier": "^2.2.1",
"pretty-quick": "3.0.2",
"typescript": "4.0.3"
}
}