-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.61 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
53
{
"name": "job-search",
"version": "0.0.0",
"private": true,
"scripts": {
"serve": "vite",
"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/",
"be:data": "json-server --watch db.json"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@vue/test-utils": "^2.2.7",
"axios": "^1.4.0",
"json-server": "^0.17.3",
"pinia": "^2.1.3",
"vue": "^3.2.47",
"vue-router": "^4.2.1"
},
"devDependencies": {
"@pinia/testing": "^0.1.2",
"@rushstack/eslint-patch": "^1.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^14.4.3",
"@testing-library/vue": "^6.6.1",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.3.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-c8": "^0.30.1",
"@vitest/ui": "^0.31.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.34.0",
"eslint-plugin-vitest-globals": "^1.3.1",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^21.1.0",
"postcss": "^8.4.23",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.5",
"vite": "^4.1.4",
"vite-plugin-vue-devtools": "^7.0.16",
"vitest": "^0.30.1"
}
}