-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "node-gw2guilds",
"version": "2.0.17",
"private": true,
"scripts": {
"build": "next build",
"deploy": "caprover deploy --default",
"deploy:beta": "npm version prerelease && git push --follow-tags && npm run deploy",
"deploy:patch": "npm version patch && git push --follow-tags && npm run deploy",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.2",
"@types/node": "18.6.3",
"@types/react": "18.0.15",
"autoprefixer": "^10.4.8",
"axios": "^0.27.2",
"better-sqlite3": "^7.6.2",
"classnames": "^2.3.1",
"framer-motion": "^6.5.1",
"lodash": "^4.17.21",
"lru-cache": "^7.13.1",
"luxon": "^3.0.1",
"next": "12.2.3",
"postcss": "^8.4.14",
"react": "18.2.0",
"react-click-away-listener": "^2.2.1",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"tailwindcss": "^3.1.7",
"typescript": "4.7.4"
},
"devDependencies": {
"@types/better-sqlite3": "^7.5.0",
"@types/lodash": "^4.14.182",
"@types/luxon": "^3.0.0",
"@types/prettier": "^2.6.4",
"@types/react-dom": "18.0.6",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"prettier": "^2.7.1",
"prettier-plugin-sql": "^0.10.2",
"prettier-plugin-tailwindcss": "^0.1.13",
"prettier-sql": "^5.1.1"
}
}