-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
76 lines (76 loc) · 2.1 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "next-ts-tailwindcss-i18n",
"author": "wonderdev21",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npx nodemon server/index.js",
"build": "next build",
"start": "cross-env NODE_ENV=production node server/index.js",
"test": "jest --watch",
"test:once": "jest --verbose",
"lint": "next lint"
},
"dependencies": {
"@formspree/react": "^2.4.1",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@types/aos": "^3.0.4",
"@types/d3-array": "^3.0.2",
"@types/react-slick": "^0.23.8",
"@vx/curve": "^0.0.199",
"@vx/event": "^0.0.199",
"@vx/scale": "^0.0.199",
"@vx/shape": "^0.0.199",
"@vx/tooltip": "^0.0.199",
"animate.css": "^4.1.1",
"animejs": "^3.2.1",
"aos": "^2.3.4",
"axios": "^1.1.2",
"classnames": "^2.3.1",
"cors": "^2.8.5",
"d3-array": "^3.1.4",
"d3-time-format": "^4.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"formik": "^2.2.9",
"framer-motion": "^7.6.6",
"moment": "^2.29.4",
"nanoid": "^3.1.30",
"needle": "^3.1.0",
"next": "12.0.3",
"next-i18next": "^9.0.1",
"next-themes": "^0.0.15",
"react": "17.0.2",
"react-animation-on-scroll": "^5.1.0",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-player": "^2.10.0",
"react-slick": "^0.28.1",
"react-twitter-embed": "^4.0.4",
"request": "^2.88.2",
"slick-carousel": "^1.8.1",
"socket.io": "^4.5.3",
"socket.io-client": "^4.5.3",
"tailwindcss-border-gradient-radius": "^3.0.1",
"victory": "^36.3.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@types/react": "17.0.34",
"autoprefixer": "^10.4.0",
"babel-jest": "^27.3.1",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"postcss": "^8.3.11",
"react-test-renderer": "^17.0.2",
"tailwindcss": "^3.0.23",
"tailwindcss-rtl": "^0.7.3",
"tailwindcss-typography": "^3.1.0",
"typescript": "4.4.4"
}
}