-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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": "sandbox",
"version": "1.6.0",
"description": "",
"devDependencies": {
"@parcel/packager-raw-url": "^2.6.2",
"@parcel/transformer-sass": "^2.6.2",
"@parcel/transformer-webmanifest": "^2.6.2",
"process": "^0.11.10",
"typescript": "^4.7.4"
},
"scripts": {
"build": "parcel build public/index.html",
"start": "parcel public/index.html",
"pretest": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kshshe/sandbox.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kshshe/sandbox/issues"
},
"homepage": "https://github.com/kshshe/sandbox#readme",
"dependencies": {
"@parcel/service-worker": "^2.6.2",
"@picocss/pico": "^1.5.6",
"@sentry/browser": "^7.23.0",
"@sentry/tracing": "^7.23.0",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0",
"mobx-state-tree": "^5.1.6",
"parcel": "^2.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fps-stats": "^0.3.0",
"styled-components": "^5.3.6",
"thread-like": "^1.2.5"
},
"browserslist": ">0.3%, last 2 versions, not dead"
}