-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
package.json
48 lines (48 loc) · 1.52 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
45
46
47
48
{
"name": "outline-apps",
"productName": "Outline",
"scripts": {
"addlicense": "go run github.com/go-task/task/v3/cmd/task addlicense",
"addlicense:check": "npm run action addlicense -- -check",
"action:help": "npm run action list",
"action:list": "npm run action list",
"action": "node ./infrastructure/build/run_action.mjs",
"clean": "npm run clean --workspaces && rm -rf output node_modules third_party/jsign/*.jar && go run github.com/go-task/task/v3/cmd/task clean",
"format:all": "gts fix",
"lint:all": "gts lint",
"reset": "npm run clean && npm ci",
"storybook": "storybook dev -p 6006"
},
"engines": {
"node": "18.x.x"
},
"private": true,
"workspaces": [
"infrastructure",
"server_manager",
"client"
],
"devDependencies": {
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-links": "^8.2.6",
"@storybook/blocks": "^8.2.6",
"@storybook/test": "^8.2.6",
"@storybook/web-components": "^8.2.6",
"@storybook/web-components-vite": "^8.2.6",
"@types/node-fetch": "^2.6.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"browserslist": "^4.23.3",
"chalk": "^5.3.0",
"electron-builder": "^24.13.3",
"eslint-plugin-compat": "^6.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-storybook": "^0.8.0",
"gts": "^5.3.1",
"lit": "^3.1.4",
"node-fetch": "^2.6.7",
"storybook": "^8.2.6",
"typescript": "^5.4.5"
}
}