forked from yelloworld-bot/yelloworld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.89 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
{
"name": "yello-admin",
"version": "0.1.0",
"private": true,
"homepage": "http://yelloworld.shop",
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"start": "next start",
"lint": "next lint",
"format": "yarn prettier . --write",
"predeploy": "npm run build",
"deploy": "touch out/.nojekyll && gh-pages -d out --dotfiles"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.5.3",
"@next/third-parties": "^14.1.3",
"@primer/octicons-react": "latest",
"@primer/react": "latest",
"@tanstack/react-query": "^5.17.0",
"@tanstack/react-query-devtools": "^5.17.21",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.9",
"html-react-parser": "^5.1.6",
"next": "latest",
"postcss": "8.4.28",
"react": "latest",
"react-device-detect": "^2.2.3",
"react-dom": "latest",
"react-is": "latest",
"styled-components": "^5",
"tailwindcss": "3.3.3",
"update-browserslist-db": "latest"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/node": "20.5.4",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/styled-components": "5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"csstype": "^3.1.3",
"eslint": "8.47.0",
"eslint-config-next": "latest",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"gh-pages": "^6.0.0",
"prettier": "3.0.2",
"typescript": "latest",
"typescript-plugin-css-modules": "^5.0.2"
},
"packageManager": "[email protected]"
}