forked from synapticsim/ace-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.37 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": "ace",
"private": true,
"version": "3.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"start": "tauri dev",
"tauri": "tauri",
"lint": "eslint src/**",
"lint:fix": "eslint src/** --fix"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@fontsource-variable/jetbrains-mono": "^5.0.5",
"@fontsource-variable/space-grotesk": "^5.0.4",
"@reduxjs/toolkit": "^1.9.5",
"@tauri-apps/api": "^1.4.0",
"@tippyjs/react": "^4.2.6",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
"formik": "^2.4.2",
"framer-motion": "^10.12.18",
"rc-slider": "^10.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-redux": "^8.1.1",
"react-router": "^6.14.1",
"react-zoom-pan-pinch": "^3.1.0",
"uuid": "^9.0.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@synaptic-simulations/eslint-config": "^1.0.2",
"@tauri-apps/cli": "^1.4.0",
"@types/node": "^20.4.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/uuid": "^9.0.2",
"@vitejs/plugin-react": "^4.0.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"postcss": "^8.4.25",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6",
"vite": "^4.4.0"
},
"engines": {
"node": ">=16.10"
}
}