-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 901 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
{
"name": "root",
"private": true,
"scripts": {
"app:sync": "lerna run ionic:sync --scope sample --stream",
"app:android": "lerna run ionic:android --scope sample --stream",
"app:android:studio": "lerna run ionic:android:studio --scope sample --stream",
"app:ios": "lerna run ionic:ios --scope sample --stream",
"app:ios:xcode": "lerna run ionic:ios:xcode --scope sample --stream",
"lint": "lerna run lint",
"pack": "lerna run pack",
"prepare": "husky install",
"typescript": "lerna run typescript"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^2.0.0",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"lerna": "^4.0.0",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
}
}