Files
chart/package.json
2025-08-21 23:44:30 +09:00

63 lines
1.8 KiB
JSON

{
"name": "coin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@cssninja/bulma": "^0.9.4",
"@cssninja/bulma-css-vars": "0.9.2",
"@fontsource/noto-sans-kr": "^5.2.5",
"@intlify/unplugin-vue-i18n": "^6.0.8",
"@unhead/addons": "^2.0.14",
"@unhead/vue": "^2.0.14",
"@vueuse/core": "10.9.0",
"@vueuse/router": "10.9.0",
"bulma": "npm:@cssninja/bulma@0.9.4",
"lightweight-charts": "^5.0.8",
"node-path": "^0.0.3",
"notyf": "3.10.0",
"pinia": "2.1.7",
"std-env": "^3.9.0",
"unplugin-vue-router": "^0.15.0",
"vite-plugin-pwa": "^1.0.3",
"vue": "^3.5.18",
"vue-i18n": "9.13.1",
"vue-router": "4.3.2",
"yarn": "^1.22.22"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.7.0",
"@vueuse/integrations": "10.9.0",
"eslint": "8.57.0",
"eslint-plugin-frontmatter": "0.0.8",
"eslint-plugin-md": "1.0.19",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-vue": "9.25.0",
"eslint-plugin-vuejs-accessibility": "2.3.0",
"postcss-html": "1.6.0",
"postcss-scss": "4.0.9",
"rollup-plugin-purgecss": "6.0.0",
"sass": "npm:sass-embedded@1.75.0",
"shiki": "1.4.0",
"stylelint": "16.5.0",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-scss": "6.3.0",
"typescript": "~5.8.3",
"unified": "11.0.4",
"unplugin-auto-import": "0.17.5",
"unplugin-vue-components": "0.27.0",
"vite": "^7.1.2",
"vite-plugin-vue-devtools": "7.7.6",
"vue-component-meta": "2.0.16",
"vue-tsc": "^3.0.5"
}
}