-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.56 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
{
"name": "jkap-md-label",
"version": "0.0.1",
"description": "",
"private": true,
"browserslist": "> 0.5%, last 2 versions, not dead",
"source": "src/index.html",
"scripts": {
"build": "parcel build",
"start": "parcel",
"prepare": "husky"
},
"dependencies": {
"@parcel/service-worker": "^2.12.0",
"changedpi": "^1.0.4",
"konva": "^8.4.3",
"materialize-css": "1.0.0-rc.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-konva": "^18.2.10",
"svgo": "^3.3.2",
"webfontloader": "^1.6.28"
},
"repository": {
"url": "https://github.com/jkap/minidisc-label-maker"
},
"engines": {
"node": "20.x"
},
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.5.0",
"@parcel/transformer-sass": "^2.12.0",
"@types/eslint__js": "^8.42.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/webfontloader": "^1.6.38",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"parcel": "^2.12.0",
"prettier": "^2.8.8",
"pretty-quick": "^2.0.2",
"process": "^0.11.10",
"sass": "^1.77.6",
"typescript": "^4.9.5",
"typescript-eslint": "^7.13.1"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}