-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.49 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
{
"name": "sudoku-effector",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"format": "prettier ./.prettierrc.json --write ./src",
"preview": "vite preview"
},
"dependencies": {
"atomic-router": "^0.8.0",
"atomic-router-react": "^0.8.3",
"autoprefixer": "^10.4.14",
"clsx": "^1.2.1",
"effector": "^22.8.6",
"effector-hotkey": "^0.2.3",
"effector-react": "^22.5.1",
"history": "^5.3.0",
"next-themes": "^0.2.1",
"patronum": "^1.18.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.68.0",
"sudoku-toolbox": "^1.1.8",
"tailwind-variants": "^0.1.2",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@neodx/svg": "^0.5.1",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.1",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-react": "^3.0.0",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"lint-staged": "^13.1.0",
"prettier": "2.8.3",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}