-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "ink-react",
"version": "Alpha:4",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && zx ./scripts/afterBuild.mjs",
"preview": "vite preview",
"viute:clearcache": "rm -rf node_modules/.vite",
"ink:compile": "zx ./scripts/compile.mjs",
"itch": "zx ./scripts/itch.mjs",
"overview": "npm run ink:compile && zx ./scripts/overview.mjs"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@geist-ui/core": "^2.3.5",
"@geist-ui/icons": "^1.0.1",
"@reduxjs/toolkit": "^1.8.0",
"color": "^4.2.1",
"inkjs": "^2.0.0",
"inter-ui": "^3.19.3",
"nanoid": "^3.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.2"
},
"devDependencies": {
"@mermaid-js/mermaid-cli": "^9.0.3",
"@types/color": "^3.0.3",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@vitejs/plugin-react": "^1.2.0",
"types-wm": "^1.1.0",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"zx": "^5.2.0"
}
}