-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
{
"type": "module",
"files": [
"src/"
],
"scripts": {
"start": "parcel serve public/index.html",
"build": "cross-env NODE_ENV=production parcel build public/index.html --public-url .",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^5.0.16",
"@mui/icons-material": "^5.15.6",
"@mui/joy": "^5.0.0-beta.24",
"@mui/material": "^5.15.6",
"@mui/system": "^5.15.6",
"graceful-js": "^1.0.0",
"js-search": "^2.0.1",
"luaparse": "^0.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tslog": "^4.9.2"
},
"devDependencies": {
"@parcel/compressor-gzip": "^2.11.0",
"@parcel/optimizer-data-url": "^2.11.0",
"@parcel/resolver-glob": "^2.11.0",
"@parcel/transformer-inline-string": "^2.11.0",
"@types/js-search": "^1.4.4",
"@types/luaparse": "^0.2.12",
"@types/parcel-bundler": "1.12.8",
"@types/react-dom": "^18.2.18",
"cross-env": "^7.0.3",
"gh-pages": "6.1.1",
"parcel": "2.11.0",
"process": "^0.11.10",
"typescript": "5.3.3"
}
}