@avenirs-esr/avenirs-dsav 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
DSAV is the deisgn system for AVENIR(s) projects and consists of an **adaptation** of [**VueDSFR**](https://vue-ds.fr/)
|
|
6
6
|
into a [**Vue 3**](https://v3.vuejs.org/) project in the form of a **component library**.
|
|
7
7
|
|
|
8
|
-
The code is [open and available on GitHub](https://github.com/avenirs-esr/avenirs-
|
|
8
|
+
The code is [open and available on GitHub](https://github.com/avenirs-esr/avenirs-dsav/)
|
|
9
9
|
|
|
10
10
|
## Why DSAV?
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@avenirs-esr/avenirs-dsav",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.7",
|
|
5
5
|
"main": "dist/avenirs-dsav.umd.js",
|
|
6
6
|
"module": "dist/avenirs-dsav.es.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
"storybook": "storybook dev -p 6006",
|
|
36
36
|
"build-storybook": "storybook build"
|
|
37
37
|
},
|
|
38
|
+
"peerDependencies": {
|
|
39
|
+
"vue": "^3.5.13"
|
|
40
|
+
},
|
|
38
41
|
"dependencies": {
|
|
39
42
|
"@gouvfr/dsfr": "^1.14.0",
|
|
40
43
|
"@gouvminint/vue-dsfr": "^8.4.0",
|
|
@@ -42,7 +45,6 @@
|
|
|
42
45
|
"focus-trap": "^7.5.4",
|
|
43
46
|
"focus-trap-vue": "^4.0.3",
|
|
44
47
|
"lodash-es": "^4.17.21",
|
|
45
|
-
"vue": "^3.5.13",
|
|
46
48
|
"vue-router": "^4.4.3"
|
|
47
49
|
},
|
|
48
50
|
"devDependencies": {
|