-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
61 lines (61 loc) · 1.65 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
54
55
56
57
58
59
60
61
{
"name": "kinomore-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"format": "prettier ./.prettierrc.js --write ./src",
"lint": "next lint"
},
"dependencies": {
"@effector/next": "^0.7.0",
"@farfetched/core": "^0.11.2",
"@neodx/svg": "^0.6.1",
"@next/eslint-plugin-next": "^14.0.3",
"@react-oauth/google": "^0.12.1",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"clsx": "^2.0.0",
"compose-function": "^3.0.3",
"dayjs": "^1.11.7",
"effector": "^23.0.0",
"effector-react": "23.0.1",
"eslint": "^8.43.0",
"jest-environment-jsdom": "^29.3.1",
"next": "13.3.0",
"next-seo": "^6.4.0",
"nextjs-progressbar": "^0.0.16",
"normalize.css": "^8.0.1",
"ofetch": "^1.3.3",
"patronum": "^2.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-share": "^5.0.3",
"react-tabs": "^6.0.0",
"react-transition-group": "^4.4.5",
"sass": "^1.56.1",
"swiper": "^8.4.4"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/compose-function": "^0.0.33",
"@types/jest": "^29.2.5",
"@types/node": "18.11.9",
"@types/prettier": "^2.7.1",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/react-transition-group": "^4.4.5",
"@vercel/style-guide": "^5.1.0",
"babel-jest": "^29.3.1",
"eslint": "8.26.0",
"jest": "^29.3.1",
"prettier": "^2.8.8",
"typescript": "4.8.4"
}
}