forked from laruiss/create-vue-dsfr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.02 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.5.0",
"description": "",
"files": [
"index.js",
"template-*"
],
"main": "index.js",
"bin": {
"create-vue-dsfr": "index.js",
"cvd": "index.js",
"vue-dsfr-update-icons": "update-icons.js",
"vue-dsfr-icons": "update-icons.js"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/laruiss/create-vue-dsfr.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/laruiss/create-vue-dsfr/issues"
},
"homepage": "https://github.com/laruiss/create-vue-dsfr#readme",
"dependencies": {
"adm-zip": "^0.5.10",
"archiver": "^5.3.1",
"kolorist": "^1.6.0",
"minimist": "^1.2.7",
"ohmyfetch": "^0.4.21",
"prompts": "^2.4.2",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@types/node": "^18.11.18",
"prettier": "^2.8.1"
},
"overrides": {
"graceful-fs": "^4.2.10"
}
}