-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.69 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": "steam",
"version": "1.0.0",
"main": "index.js",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write src"
},
"author": "tentaclesoft",
"license": "BSD-4-Clause",
"dependencies": {
"@unform/core": "^2.1.6",
"@unform/web": "^2.1.6",
"cheerio": "^1.0.0-rc.10",
"kofi-button": "^1.1.1",
"lodash": "^4.17.21",
"next": "^12.1.0",
"next-intl": "^2.7.2",
"next-themes": "^0.1.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-flagkit": "^2.0.4",
"react-icons": "^4.3.1",
"react-simple-tooltip": "^2.6.3",
"react-spinners": "^0.11.0",
"react-switch": "^6.0.0",
"react-toastify": "^8.2.0",
"steamid": "^2.0.0",
"use-local-storage": "^2.3.6",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.1",
"@types/node": "^17.0.22",
"@types/react": "^17.0.41",
"@types/react-dom": "^17.0.14",
"@types/steamid": "^2.0.1",
"@types/xml2js": "^0.4.9",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"autoprefixer": "^10.4.4",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import-helpers": "^1.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.29.4",
"postcss": "^8.4.12",
"prettier": "^2.6.0",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2"
}
}