-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.65 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"dependencies": {
"@codemirror/state": "^6.2.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/ibm-plex-mono": "^4.5.13",
"@fontsource/public-sans": "^5.0.1",
"@mui/icons-material": "^5.14.9",
"@mui/joy": "^5.0.0-alpha.81",
"@mui/material": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@uiw/codemirror-themes-all": "^4.21.13",
"@uiw/react-codemirror": "^4.19.7",
"axios": "^1.2.6",
"cssnano": "^5.1.14",
"eslint-plugin-autofix": "^1.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"mathjs": "^11.5.0",
"pwa-asset-generator": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-toastify": "^9.1.3",
"terser": "^5.19.4",
"typescript": "^5.2.2",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/autoprefixer": "^10.2.0",
"@types/axios": "^0.14.0",
"@types/cssnano": "^5.1.0",
"@types/eslint": "^8.44.2",
"@types/eslint-config-prettier": "^6.11.0",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/gh-pages": "^3.2.1",
"@types/mathjs": "^9.4.2",
"@types/node": "^20.6.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-icons": "^3.0.0",
"@types/react-toastify": "^4.1.0",
"@types/rollup-plugin-visualizer": "^4.2.1",
"@types/terser": "^3.12.0",
"@types/typescript": "^2.0.0",
"@vitejs/plugin-react": "^3.0.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-typescript": "^3.0.0",
"gh-pages": "^6.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"rollup-plugin-visualizer": "^5.9.0",
"vite": "^4.0.4",
"vite-plugin-pwa": "^0.14.0"
},
"engines": {
"node": "^20"
},
"name": "tally",
"private": true,
"scripts": {
"build": "vite build",
"deploy": "gh-pages -d dist",
"mkicons": "pwa-asset-generator ./src/images/logo.svg ./public/images --background \"linear-gradient(to top, #9ccc65 0%, #d4e157 100%)\" --index index.html --log --favicon --mstile --icon-only",
"mksplash": "pwa-asset-generator ./src/images/logo_splash.svg ./public/images --background \"#131318\" --index index.html --log --splash --splash-only --padding \"calc(50vh - 5%) calc(50vw - 10%)\" --scrape false",
"predeploy": "yarn build",
"preview": "vite preview",
"start": "vite"
},
"type": "module",
"version": "1.2.0"
}