-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.11 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
{
"name": "momentum",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"start:emulators": "firebase emulators:start --import=./local-db --export-on-exit=./local-db",
"deploy:hosting": "firebase deploy --only hosting"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.0",
"@eslint/js": "9.21.0",
"@regru/eslint-plugin-prefer-early-return": "1.0.0",
"eslint": "9.21.0",
"eslint-config-prettier": "10.0.1",
"eslint-import-resolver-typescript": "3.8.3",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-perfectionist": "4.9.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-quasar": "1.1.0",
"eslint-plugin-unicorn": "57.0.0",
"eslint-plugin-vue": "9.32.0",
"firebase-tools": "13.31.2",
"globals": "16.0.0",
"prettier": "3.5.2",
"typescript": "5.8.1-rc",
"typescript-eslint": "8.24.1",
"vue-eslint-parser": "9.4.3"
}
}