-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 952 Bytes
/
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
{
"name": "quickstart",
"version": "1.0.0",
"description": "",
"scripts": {
"preinstall": "node scripts/preinstall.js",
"postinstall": "husky",
"dev": "dualist api web",
"installdeps": "rm package-lock.json; rm -r node_modules; rm api/package-lock.json; rm -r api/node_modules; rm web/package-lock.json; rm -r web/node_modules; npm install"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"dualist": "^0.0.5",
"eslint-config-aeria": "^0.0.31",
"husky": "^9.1.7",
"typescript": "^5.7.3"
},
"dependencies": {
"@aeria-ui/i18n-pt": "^0.0.3",
"@eslint/config-array": "^0.19.2",
"@eslint/object-schema": "^2.1.6",
"discord.js": "^14.17.3",
"glob": "^11.0.1",
"node-fetch": "^3.3.2",
"qrcode": "^1.5.4",
"rimraf": "^6.0.1",
"tailwind-scrollbar": "^4.0.0"
}
}