-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 895 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
{
"name": "anime-list",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "jest --watchAll --verbose"
},
"dependencies": {
"@heroicons/react": "^1.0.1",
"axios": "^0.21.2",
"effector": "^21.8.11",
"effector-react": "^21.3.2",
"npkill": "^0.8.0",
"react": "^18.0.0-rc.3",
"react-dom": "^18.0.0-rc.3",
"react-hook-form": "^7.4.2",
"react-router-dom": "^6.3.0",
"reseter.css": "^1.1.2",
"sass": "^1.32.12"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"eslint": "^7.25.0",
"eslint-plugin-react": "^7.24.0",
"regenerator-runtime": "^0.13.9",
"vite": "^2.2.3"
}
}