-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 957 Bytes
/
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
{
"name": "draft-pad",
"version": "0.2.11",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "slot-dumpling",
"dependencies": {
"@react-hook/size": "^2.1.2",
"@use-gesture/react": "^10.2.27",
"heap": "^0.2.7",
"immutable": "^4.3.2",
"paper": "^0.12.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0"
},
"scripts": {
"build": "webpack",
"dev": "rm -r dist && webpack --config webpack.dev.js",
"patch": "patch-package"
},
"devDependencies": {
"@types/heap": "^0.2.31",
"@types/react": "^18.2.20",
"@types/uuid": "^9.0.2",
"css-loader": "^6.8.1",
"patch-package": "^8.0.0",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"url-loader": "^4.1.1",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.4"
}
}