forked from traPtitech/traPortfolio-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.73 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": "traportfolio",
"version": "0.0.0",
"scripts": {
"start": "concurrently farm start \"npm run start-mock\"",
"dev": "concurrently farm start \"npm run start-mock\"",
"build": "farm build",
"preview": "farm preview",
"clean": "farm clean",
"lint": "eslint --fix --cache --ext .ts,.vue src",
"lint:nofix": "eslint --cache --ext .ts,.vue src",
"format": "prettier --cache --write \"src/**/*.{vue,ts}\"",
"format:nofix": "prettier --cache --check \"src/**/*.{vue,ts}\"",
"type-check": "vue-tsc --noEmit",
"gen-api": "node scripts/generateApi.js",
"start-mock": "prism mock -p 4010 -d https://raw.githubusercontent.com/traPtitech/traPortfolio/main/docs/swagger/traPortfolio.v1.yaml"
},
"dependencies": {
"@iconify/iconify": "^3.1.1",
"axios": "^1.7.2",
"pinia": "^2.1.7",
"ress": "^5.0.2",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@farmfe/cli": "^1.0.2",
"@farmfe/core": "^1.2.0",
"@farmfe/js-plugin-sass": "^2.8.0",
"@farmfe/plugin-sass": "^1.0.5",
"@iconify/json": "^2.2.215",
"@openapitools/openapi-generator-cli": "^2.13.4",
"@stoplight/prism-cli": "^5.8.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-vue": "^4.6.2",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.17.0",
"node-fetch": "^3.3.2",
"prettier": "^3.0.3",
"rimraf": "^5.0.7",
"sass": "^1.77.6",
"ts-morph": "^22.0.0",
"typescript": "^5.4.5",
"vite-plugin-purge-icons": "^0.10.0",
"vue-tsc": "^2.0.19"
},
"private": true,
"type": "module"
}