-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "minecraft-color-gradient-generator",
"version": "2.6.7",
"license": "MIT",
"scripts": {
"dev": "vite --force --host",
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"preview": "vite preview"
},
"dependencies": {
"@editorjs/editorjs": "^2.29.1",
"@editorjs/underline": "^1.1.0",
"@jaames/iro": "^5.5.2",
"@sotaproject/strikethrough": "^1.0.1",
"color-stepper": "^2.0.0-beta2",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"reset.css": "^2.0.2",
"tdesign-vue-next": "^1.7.1",
"timeago.js": "^4.0.2",
"vue": "^3.2.47",
"vue-i18n": "9",
"vuedraggable-es": "^4.1.1"
},
"devDependencies": {
"@irojs/iro-core": "^1.2.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.3.2",
"@vitejs/plugin-vue": "^4.1.0",
"sass": "^1.69.5",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^4.3.9",
"vite-plugin-package-version": "^1.1.0",
"vue-tsc": "^1.4.2"
}
}