-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.36 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
49
50
51
52
53
{
"name": "@netless/app-little-white-board",
"version": "0.0.2",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"unpkg": "./dist/index.iife.js",
"jsdelivr": "./dist/index.iife.js",
"files": [
"dist",
"src"
],
"scripts": {
"dev": "vite --force",
"types": "tsc --emitDeclarationOnly",
"build": "cross-env NODE_ENV=production tsc && vite build --config vite.config.js && pnpm types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netless-io/app-little-white-board.git"
},
"directories": {
"example": "example"
},
"author": "hqer",
"license": "ISC",
"bugs": {
"url": "https://github.com/netless-io/app-little-white-board/issues"
},
"homepage": "https://github.com/netless-io/app-little-white-board#readme",
"devDependencies": {
"@types/lodash": "^4.17.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"antd": "^5.21.2",
"cross-env": "^7.0.3",
"less": "^4.2.0",
"lodash": "^4.17.21",
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"peerDependencies": {
"@netless/appliance-plugin": ">= 1.1.0",
"@netless/window-manager": ">=0.4.73",
"white-web-sdk": ">= 2.16.51"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}