-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 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
{
"name": "iro",
"version": "2.5.0",
"description": "color inspect for HEX, RGB, HSL, and CMYK",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"deploy:gh": "git subtree push --prefix public origin gh-pages"
},
"author": "Ryan Aunur Rassyid <[email protected]>",
"contributors": [
"Muhammad Zainul Mutaqqin <[email protected]>"
],
"homepage": "https://iro.nyan.my.id",
"dependencies": {
"comlink": "^4.3.1",
"matercolors": "^2.2.10",
"notyf": "^3.10.0",
"pinia": "^2.0.0-rc.6",
"vue": "^3.2.4",
"vue-i18n": "^9.1.7",
"vue-router": "^4.0.8"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^2.4.0",
"@vitejs/plugin-vue": "^1.9.2",
"@vue/compiler-sfc": "^3.2.4",
"sass": "^1.34.1",
"vite": "^2.6.2",
"vite-plugin-pwa": "^0.8.1"
}
}