-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 915 Bytes
/
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
{
"name": "inflacja",
"version": "0.1.0",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ts-node-esm": "node --loader ts-node/esm --experimental-specifier-resolution=node"
},
"dependencies": {
"@hookform/resolvers": "2.8.8",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.28.0",
"yup": "0.32.11"
},
"devDependencies": {
"@svgr/webpack": "6.2.1",
"@tailwindcss/forms": "0.5.0",
"@tailwindcss/typography": "0.5.2",
"@typeofweb/eslint-plugin": "0.3.0",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"autoprefixer": "10.4.4",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"postcss": "8.4.12",
"tailwindcss": "3.0.23",
"ts-node": "10.7.0",
"typescript": "4.6.2"
}
}