-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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": "kassadin-spammer",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@livechat/widget-react": "^1.2.3",
"@react-vant/icons": "^0.0.6",
"@vercel/analytics": "^0.1.7",
"axios": "^0.27.2",
"clipboard": "2.0.11",
"dayjs": "^1.11.7",
"next": "^12.3.4",
"qs": "^6.11.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-select": "^5.7.3",
"react-vant": "^3.2.4"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/node": "latest",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.53",
"autoprefixer": "^10.4.13",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"next-images": "^1.8.4",
"next-transpile-modules": "^9.1.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "4.5.5"
},
"browserslist": [
"last 10 Chrome versions",
"last 5 Firefox versions",
"Safari >= 6",
"ie> 8"
]
}