-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.28 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": "auto-manufacturers",
"version": "1.0.1",
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"predeploy": "npm run build",
"test": "vitest",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src/",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"format:check": "prettier --check ."
},
"dependencies": {
"@heroicons/react": "2",
"next": "15.0.2",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"redux-saga": "1"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^8.57.1",
"eslint-config-love": "^84.1.1",
"eslint-config-next": "15.0.2",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-css-order": "^2.1.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"typescript-eslint": "^8.13.0",
"vitest": "^2.1.4"
},
"packageManager": "[email protected]"
}