-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.51 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
{
"name": "template",
"private": true,
"scripts": {
"build": "lerna run build",
"watch:parallel": "lerna run watch --parallel",
"dev:app": "lerna run dev --scope=app",
"build:app": "lerna run build --scope=app",
"build:app-types": "lerna run build --scope @darwinia/app-types",
"build:app-config": "lerna run build --scope @darwinia/app-config",
"build:app-utils": "lerna run build --scope @darwinia/app-utils",
"clean": "lerna clean --yes",
"boot": "lerna bootstrap",
"lint": "eslint 'packages/**/*.{js,jsx,ts,tsx}' --fix",
"stylelint": "stylelint '**/*.{css,less,scss}' --fix",
"format": "prettier '**/*.{js,jsx,ts,tsx,json}' --write",
"prepare": "husky install",
"rebuild": "yarn boot && yarn build"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"autoprefixer": "^10.4.11",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.8",
"husky": "^8.0.0",
"lerna": "^5.5.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.16",
"prettier": "2.7.1",
"sass": "^1.54.9",
"stylelint": "^14.11.0",
"stylelint-config-standard": "^28.0.0",
"tailwindcss": "^3.1.8"
},
"dependencies": {},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}