-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.28 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
{
"name": "udata-tabular-preview",
"version": "1.0.0",
"description": "udata tabular preview plugin",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"i18n:report": "vue-i18n-extract report",
"i18n:extract": "npm run i18n:report -- --add",
"preview": "vite preview",
"preversion": "npm run build",
"postversion": "git push --follow-tags"
},
"devDependencies": {
"@etalab/data.gouv.fr-components": "^1.13.7",
"@etalab/udata-front-plugins-helper": "^1.1.0",
"@intlify/unplugin-vue-i18n": "^0.8.0",
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"@vitejs/plugin-legacy": "^2.3.1",
"@vitejs/plugin-vue": "^3.2.0",
"terser": "^5.15.1",
"vite": "^3.2.3",
"vue": "^3.2.45",
"vue-content-loader": "^2.0.1",
"vue-i18n": "^9.2.2",
"vue-i18n-extract": "^2.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opendatateam/udata-tabular-preview.git"
},
"author": "Open Data Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/opendatateam/udata-tabular-preview/issues"
},
"browserslist": "> 0.1% in FR, last 15 versions, Firefox ESR, not dead",
"homepage": "https://github.com/opendatateam/udata-tabular-preview#readme"
}