-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.6 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
45
46
47
48
49
50
51
52
{
"name": "job-search",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "concurrently \"vite\" \"json-server --watch db.json\"",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest --environment jsdom --coverage",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/vue-fontawesome": "^3.0.3",
"axios": "^1.5.0",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@pinia/testing": "^0.1.3",
"@rushstack/eslint-patch": "^1.3.2",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/user-event": "^14.4.3",
"@testing-library/vue": "^7.0.0",
"@types/jsdom": "^21.1.2",
"@types/node": "^20.5.9",
"@vitejs/plugin-vue": "^4.3.1",
"@vitest/coverage-v8": "^0.34.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.15",
"concurrently": "^8.2.1",
"eslint": "^8.46.0",
"eslint-plugin-vitest-globals": "^1.4.0",
"eslint-plugin-vue": "^9.16.1",
"jsdom": "^22.1.0",
"json-server": "^0.17.3",
"postcss": "^8.4.28",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.3",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.2"
}
}