forked from marcojanssen/drunagor-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.92 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "dru",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"test": "cypress run --e2e",
"test:e2e": "start-server-and-test preview http://localhost:4173/drunagor-helper/ 'cypress run --e2e'",
"test:e2e:parallel": "npm run build && start-server-and-test preview http://localhost:4173/drunagor-helper/ 'cypress-parallel -s test -t 4 -d cypress/e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.cypress-ct.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier . --write --ignore-path .gitignore"
},
"dependencies": {
"@headlessui/vue": "^1.7.7",
"@heroicons/vue": "^2.0.13",
"@tailwindcss/forms": "^0.5.3",
"@types/marked": "^4.0.8",
"@vueuse/core": "^9.9.0",
"lodash-es": "^4.17.21",
"marked": "^4.3.0",
"nanoid": "^4.0.2",
"pinia": "^2.0.28",
"vue": "^3.2.41",
"vue-router": "^4.1.6",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.11.18",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.13",
"cypress": "^12.2.0",
"cypress-parallel": "^0.11.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.8.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"start-server-and-test": "^1.15.2",
"tailwindcss": "^3.2.4",
"typescript": "4.9",
"vite": "^4.3.2",
"vue-tsc": "^1.0.18"
}
}