-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 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
41
{
"name": "Instacode",
"description": "Scratchpad for instant JavaScript code running",
"version": "0.0.3",
"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": {
"@analytics/google-analytics": "^1.0.7",
"@codemirror/lang-javascript": "^6.1.6",
"@codemirror/theme-one-dark": "^6.1.0",
"analytics": "^0.8.14",
"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"
}
}