-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
56 lines (56 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
52
53
54
55
56
{
"name": "pianochord.io",
"version": "1.0.0",
"description": "A piano chord reference tool",
"scripts": {
"start": "npx parcel src/index.html",
"build": "npx parcel build src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JNKKKK/pianochord.io.git"
},
"keywords": [],
"author": "Enkai Ji",
"license": "MIT",
"bugs": {
"url": "https://github.com/JNKKKK/pianochord.io/issues"
},
"homepage": "https://github.com/JNKKKK/pianochord.io#readme",
"alias": {
"react": "preact/compat",
"react-dom/test-utils": "preact/test-utils",
"react-dom": "preact/compat",
"preact/jsx-dev-runtime": "preact/jsx-runtime"
},
"dependencies": {
"@preact/signals": "^1.1.3",
"@types/dompurify": "^3.0.2",
"dompurify": "^3.0.3",
"mobile-drag-drop": "2.3.0-rc.2",
"moretoggles": "^1.0.0",
"preact": "^10.13.0",
"preact-render-to-string": "^5.2.6",
"preact-router": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@parcel/reporter-bundle-analyzer": "^2.8.3",
"@parcel/transformer-sass": "^2.8.3",
"@parcel/transformer-typescript-tsc": "^2.8.3",
"@types/netlify-identity-widget": "^1.9.3",
"@types/node": "^17.0.36",
"cssnano": "^5.1.15",
"netlify-identity-widget": "^1.9.2",
"parcel": "^2.8.3",
"parcel-reporter-static-files-copy": "^1.5.0",
"postcss": "^8.4.21",
"posthtml-doctype": "^1.1.1",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"typescript": "^4.9.5"
},
"staticFiles": {
"staticPath": "src/assets"
}
}