-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 868 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": "dnd-tools",
"private": true,
"version": "0.0.0",
"author": "Zanchi <[email protected]> (https://github.com/zanchi)",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@zanchi/use-key-bind": "^1.1.4",
"classnames": "^2.3.1",
"compose-function": "^3.0.3",
"just-is-empty": "^3.1.2",
"just-partition": "^2.0.1",
"marked": "^4.0.15",
"match-sorter": "^6.3.1",
"preact": "^10.5.15",
"remeda": "^0.0.32"
},
"devDependencies": {
"@preact/preset-vite": "^2.1.5",
"@types/compose-function": "^0.0.30",
"@types/lodash": "^4.14.182",
"@types/marked": "^4.0.3",
"lodash": "^4.17.21",
"node-html-parser": "^5.3.3",
"postcss-nesting": "^10.1.4",
"sass": "^1.50.1",
"typescript": "^4.5.4",
"vite": "^2.9.2"
}
}