-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.12 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
{
"name": "create-vue-dsfr",
"version": "1.11.0",
"description": "Assistant d’installation pour les projets utilisant VueDsfr",
"author": "Stanislas Ormières <[email protected]>",
"bin": {
"create-vue-dsfr": "index.js",
"cvd": "index.js",
"vue-dsfr-icons": "update-icons.js",
"vue-dsfr-update-icons": "update-icons.js"
},
"bugs": {
"url": "https://github.com/laruiss/create-vue-dsfr/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"files": [
"index.js",
"template-*/**"
],
"homepage": "https://github.com/laruiss/create-vue-dsfr#readme",
"keywords": [],
"license": "ISC",
"main": "index.js",
"overrides": {
"graceful-fs": "^4.2.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laruiss/create-vue-dsfr.git"
},
"scripts": {},
"dependencies": {
"adm-zip": "^0.5.16",
"archiver": "^5.3.2",
"kolorist": "^1.8.0",
"minimist": "^1.2.8",
"ohmyfetch": "^0.4.21",
"prompts": "^2.4.2",
"rimraf": "^6.0.1"
},
"devDependencies": {
"@types/node": "^18.19.50",
"prettier": "^2.8.8"
}
}