-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.44 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
42
43
44
{
"name": "vue-pure-pdpa",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
"serve": "vite build; vite preview",
"build": "vite build",
"preview": "vite build; vite preview --port 8080",
"test:unit": "vitest",
"test:e2e": "start-server-and-test preview http://localhost:8080 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 8080' http://localhost:8080 'cypress open --e2e'",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"ladder-diagram": "^2.0.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vuex": "^4.1.0",
"anyall": "file:./anyall-purs"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/eslint-config-airbnb": "^8.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.2.4",
"bulma": "^1.0.2",
"cypress": "^13.13.3",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.28.0",
"jsdom": "^25.0.1",
"start-server-and-test": "^2.0.4",
"typescript": "^5.6.2",
"vite-plugin-vue-devtools": "^7.3.1",
"vitest": "^2.1.1"
}
}