-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "super-simple-canvas",
"version": "0.1.1",
"description": "Canvas Library",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "parcel src/index.html",
"parcel-build": "parcel build ./src/*.html --dist-dir ./build/static/ --public-url /hivemq-cluster-vision --no-cache",
"build1": "rm -rf build && npm run parcel-build",
"build": "echo skip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antpaw/simple-canvas.git"
},
"keywords": [
"canvas"
],
"author": "Anton Pawlik",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.4.0",
"@parcel/transformer-sass": "^2.8.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/reactstrap": "^8.7.2",
"parcel": "^2.8.3",
"process": "^0.11.10",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
},
"dependencies": {
"wraptext.js": "^1.2.0"
},
"bugs": {
"url": "https://github.com/antpaw/simple-canvas/issues"
},
"homepage": "https://github.com/antpaw/simple-canvas#readme"
}