-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 775 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 775 Bytes
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
{
"name": "subsim",
"private": true,
"dependencies": {
"@mischnic/parcel-namer-preserve-structure": "^0.2.0",
"@parcel/service-worker": "^2.8.3",
"classnames": "^2.3.2",
"rc-tooltip": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-zoom-pan-pinch": "^3.0.7",
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.8.2",
"@parcel/packager-xml": "^2.8.2",
"@parcel/transformer-less": "^2.8.2",
"@parcel/transformer-webmanifest": "^2.8.2",
"@parcel/transformer-xml": "^2.8.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"parcel": "^2.8.2",
"typescript": "^4.9.4"
},
"alias": {
"process": false
}
}