-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 874 Bytes
/
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
{
"name": "node-modules-hunter",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@blueprintjs/core": "^4.9.3",
"@tauri-apps/api": "^1.0.2",
"classnames": "^2.3.1",
"effector": "^22.3.0",
"effector-react": "^22.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.54.5"
},
"devDependencies": {
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@tauri-apps/cli": "^1.0.5",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"typescript": "^4.6.4",
"typescript-plugin-css-modules": "^3.4.0",
"vite": "^3.0.7",
"vite-tsconfig-paths": "^3.5.0"
}
}