-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1002 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
35
36
37
38
39
40
{
"name": "hello-world-js",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/sortable": "^7.0.2",
"@tippyjs/react": "^4.2.6",
"canvas-confetti": "^1.6.0",
"clsx": "^1.2.1",
"effector": "^22.5.0",
"effector-react": "^22.5.0",
"effector-storage": "^5.0.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.90.0",
"slate-history": "^0.86.0",
"slate-react": "^0.90.0",
"use-sound": "^4.0.1",
"vite-plugin-imp": "^2.3.1"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.0",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"less": "^4.1.3",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-pwa": "^0.14.3"
}
}