-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
44 lines (44 loc) · 1.49 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
44
{
"name": "self.id-repository",
"private": true,
"packageManager": "yarn@1.18.0",
"workspaces": [
"apps/*",
"packages/*",
"templates/*"
],
"scripts": {
"docs": "typedoc --tsconfig tsconfig.docs.json",
"test": "yarn turbo run test",
"test:ci": "yarn turbo run test:ci",
"lint": "yarn turbo run lint",
"build:libs": "lerna run build:types && yarn turbo run build:js",
"build:app": "yarn workspace self.id run build",
"build:templates": "yarn workspace self.id-template-next-notes run build && yarn workspace self.id-template-vite-basic run build yarn workspace self.id-template-webpack-basic run build yarn workspace self.id-template-webpack-basic-typescript run build",
"build": "yarn build:libs && yarn build:app",
"prepare": "yarn build"
},
"devDependencies": {
"@skypack/package-check": "^0.2.2",
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.164",
"@swc/jest": "^0.2.15",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.0",
"@testing-library/react-hooks": "^8.0.0",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"del-cli": "^4.0.0",
"eslint": "^8.3.0",
"eslint-config-3box": "^0.4.1",
"jest": "^27.5.0",
"lerna": "^4.0.0",
"prettier": "^2.6.2",
"ts-jest-resolver": "^2.0.0",
"turbo": "^1.2.1",
"typedoc": "^0.22.14",
"typedoc-plugin-markdown": "^3.11.13",
"typescript": "^4.5.2"
}
}