-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "run-s next:build next:export",
"export": "next export",
"next:dev": "next dev",
"next:build": "next build",
"next:export": "next export",
"pretty": "prettier src/**/*.js --write"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/typography": "^0.3.1",
"@tailwindcss/ui": "^0.7.2",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"next": "10.0.5",
"postcss": "^8.1.7",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^6.14.2"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.12.5",
"@emotion/css": "^11.1.3",
"@netlify/plugin-nextjs": "^1.1.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"@tailwindcss/ui": "^0.7.2",
"@types/react": "^17.0.0",
"autoprefixer": "^10.0.2",
"htmltojsx": "^0.3.0",
"netlify-plugin-cache-nextjs": "^1.5.2",
"npm-run-all": "^4.1.5",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.1.2",
"tailwindcss": "^2.0.2",
"tailwindcss-filters": "^3.0.0",
"typescript": "^4.1.3"
}
}