forked from netless-io/netless-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.35 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
{
"name": "netless-app-monorepo",
"private": true,
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@netless/window-manager": "0.4.25",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.40",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^17.0.17",
"@types/randomcolor": "^0.5.6",
"@types/rollup-plugin-peer-deps-external": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"cross-env": "^7.0.3",
"esbuild": "^0.14.36",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^3.4.1",
"husky": "^7.0.4",
"prettier": "^2.6.1",
"prettier-plugin-svelte": "^2.6.0",
"rimraf": "^3.0.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"sass": "^1.49.7",
"svelte": "^3.47.0",
"typescript": "^4.6.3",
"typings": "workspace:*",
"vite": "^2.9.9",
"white-web-sdk": "2.16.21"
},
"scripts": {
"create-app": "node ./packages/create-app",
"prettier": "prettier --write .",
"lint": "eslint --ext .ts,.tsx,.svelte . && prettier --check .",
"preinstall": "npx only-allow pnpm",
"build-all": "pnpm -r build",
"build-all:dev": "pnpm -r build:dev",
"build-all:ci": "pnpm --aggregate-output -r build:dev",
"dev": "pnpm -F playground dev"
}
}