-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.29 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
54
55
56
57
58
{
"name": "p5tools",
"version": "1.1.4",
"private": false,
"homepage": "https://wang0122xl.github.io/p5tools/",
"main": "src/index.d.ts",
"files": [
"src/*"
],
"keywords": [
"p5js",
"tools",
"annotations"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wang0122xl/p5tools"
},
"author": {
"name": "fe_jason"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepublishOnly": "rm -rf src && tsc -p tsconfig.lib.json",
"tsc-watch": "tsc -p tsconfig.lib.json --watch"
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/lodash": "^4.14.179",
"@types/node": "^17.0.21",
"@types/p5": "^1.4.1",
"@types/react": "^17.0.33",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"less": "^4.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"p5": "^1.4.1",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"typescript": "^4.5.4",
"vite": "^2.7.13",
"vite-plugin-windicss": "^1.8.1",
"windicss": "^3.5.0"
},
"dependencies": {
"events": "^3.3.0"
},
"peerDependencies": {
"events": "^3.3.0",
"p5": "^1.4.1"
}
}