-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 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
49
50
51
52
53
54
55
56
57
58
{
"name": "draggable-viewport",
"version": "1.0.0",
"description": "draggable-viewport",
"scripts": {
"dev": "cd examples & ts-node run.ts",
"dev-vite": "cd examples & vite",
"compile": "es-pkg compile",
"unpkg": "es-pkg unpkg",
"doc": "es-pkg doc",
"publish": "es-pkg publish"
},
"dependencies": {
"@types/lodash": "^4.14.195",
"@types/lodash-es": "^4.17.8",
"@types/tinycolor2": "^1.4.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"parse-css-font": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tinycolor2": "^1.6.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
"@vitejs/plugin-react": "^1.3.2",
"es-pkg": "@latest",
"eslint": "^8.19.0",
"eslint-plugin-react": "^7.30.1",
"sass": "^1.53.0",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vite-plugin-checker": "^0.4.9"
},
"keywords": [
"draggable-viewport",
"svg-manager",
"canvas-manager"
],
"homepage": "https://github.com/robertpanvip/draggable-viewport.git",
"repository": {
"type": "git",
"url": "https://github.com/robertpanvip/draggable-viewport.git"
},
"bugs": {
"url": "https://github.com/robertpanvip/draggable-viewport/issues"
},
"author": "pan",
"license": "ISC"
}