-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.36 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
{
"name": "infra-deployer",
"version": "0.0.0",
"type": "module",
"scripts": {
"clean:dist": "rimraf dist",
"build": "vite build",
"dev": "vite",
"format": "npm run format:js ; npm run format:css",
"format:css": "stylelint ./src/**/*.{css,vue} --fix",
"format:js": "eslint ./src/**/*.{vue,js,ts} --fix",
"lint": "eslint ./src/**/*.{vue,js,ts}"
},
"dependencies": {
"@gouvfr/dsfr": "^1.11.0",
"@gouvminint/vue-dsfr": "^5.7.0",
"oh-vue-icons": "1.0.0-rc3",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"unocss": "^0.58.3",
"axios": "^1.6.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.7.0",
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.5",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.20.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.12",
"stylelint": "^16.2.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0"
}
}