-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "gridcanvas",
"version": "0.2.3",
"description": "Canvas with view controlling and grids",
"files": [
"/dist",
"/types"
],
"keywords": [
"ui",
"paperjs",
"ui-components"
],
"main": "./dist/gridcanvas.js",
"types": "./types/index.d.ts",
"scripts": {
"build": "webpack",
"clean": "rm -rf dist types"
},
"repository": {
"type": "git",
"url": "https://github.com/welai/GridCanvas.git"
},
"author": "Celestial Phineas",
"license": "MIT",
"bugs": {
"url": "https://github.com/welai/GridCanvas/issues"
},
"homepage": "https://github.com/welai/GridCanvas",
"devDependencies": {
"@types/node": "^14.14.14",
"@types/webpack": "^4.41.25",
"acorn": "^8.0.4",
"css-loader": "^5.0.1",
"dual-range-bar": "^1.0.3",
"resize-observer-polyfill": "^1.5.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.0.3",
"ts-loader": "^8.0.12",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
}
}