forked from kholmogorov27/chevron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.6 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
{
"name": "chevron",
"private": true,
"homepage": "https://kholmogorov27.github.io/chevron",
"version": "2.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"compile": "pkg backend/server.cjs",
"register_windows": "node backend/register.cjs windows",
"register_linux": "node backend/register.cjs linux",
"register_mac": "node backend/register.cjs mac"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/joy": "^5.0.0-alpha.64",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide-extension-grid": "^0.4.1",
"assign-deep": "^1.0.1",
"autosize": "^5.0.2",
"axios": "^1.2.2",
"colorjs.io": "^0.4.3",
"dateformat": "^5.0.3",
"framer-motion": "^7.8.0",
"minisearch": "^6.0.1",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.3.5",
"react-icons": "^4.7.1",
"react-inlinesvg": "^3.0.2",
"react-markdown": "^8.0.5",
"react-scroll-into-view-if-needed": "^3.0.1"
},
"devDependencies": {
"@simbathesailor/use-what-changed": "^2.0.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"eslint": "^8.29.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^5.0.0",
"http-server": "^14.1.1",
"vite": "^3.2.3",
"vite-plugin-singlefile": "^0.13.3"
}
}