Files
instacode-app/package.json
2023-04-14 19:57:12 +01:00

40 lines
1.1 KiB
JSON

{
"name": "Instacode",
"description": "Scratchpad for instant JavaScript code running",
"version": "0.0.2",
"author": "Grzegorz Kućmierz",
"homepage": "https://github.com/gkucmierz/instacode-app",
"scripts": {
"dev": "vite",
"build": "vite build && cp dist/index.html dist/404.html",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.1.6",
"@codemirror/theme-one-dark": "^6.1.0",
"codemirror": "^6.0.1",
"copy-to-clipboard": "^3.3.3",
"eventemitter3": "^4.0.7",
"javascript-stringify": "^2.1.0",
"lz-string": "^1.4.4",
"meriyah": "^4.3.3",
"normalize.css": "^8.0.1",
"primeicons": "^6.0.1",
"primevue": "^3.18.0",
"vue": "^3.2.41",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"husky": "^8.0.2",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"vite": "^3.1.8",
"vite-plugin-pwa": "^0.13.3"
}
}