-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 980 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
{
"name": "walue",
"version": "0.0.1",
"private": true,
"workspaces": [
"walue_scripts",
"walue_functions"
],
"scripts": {
"deploy:rules": "firebase deploy --only firestore:rules",
"generate:translations": "cd walue_app && flutter pub run easy_localization:generate --source-dir l10n && flutter pub run easy_localization:generate --source-dir l10n -f keys -o locale_keys.g.dart && cd .."
},
"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "3.4.1",
"husky": "7.0.4",
"lint-staged": "11.2.6",
"prettier": "2.8.4",
"stylelint": "13.13.1",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-standard": "22.0.0",
"typescript": "4.9.5"
}
}