This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
70 lines (70 loc) · 2.24 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "udata-gouvfr",
"version": "1.0.0",
"description": "Open Data Portal - French customization",
"author": "Etalab",
"scripts": {
"dev": "npm run clean && npm run watch",
"build": "npm run clean && npm run build:stylemark && npm run build:app",
"build:app": "parcel build theme/less/index.less theme/js/index.js --dist-dir udata_gouvfr/theme/gouvfr/static/",
"build:stylemark": "npm run build:app -- --no-minify",
"i18n:report": "vue-i18n-extract report -v 'theme/**/*.vue' -l 'theme/js/locales/**/*'",
"i18n:extract": "npm run i18n:report -- -a",
"clean": "rimraf .parcel-cache",
"start": "npm run dev",
"watch": "parcel theme/js/index.js theme/less/index.less --dist-dir udata_gouvfr/theme/gouvfr/static/"
},
"dependencies": {
"@meforma/vue-toaster": "^1.2.0",
"@parcel/transformer-less": "^2.0.0-alpha.3",
"@sentry/tracing": "^6.10.0",
"@sentry/vue": "^6.10.0",
"@vueform/multiselect": "^1.3.2",
"axios": "^0.21.0",
"clipboard": "^2.0.8",
"dayjs": "^1.9.6",
"less": "^3.13.1",
"parcel-reporter-copystatic": "^1.1.0",
"parcel-reporter-stylemark": "^1.1.0",
"parcel-transformer-more": "file:parcel-transformer-more",
"popmotion": "^8.7",
"prettier": "^2.2.1",
"query-string": "^6.14.1",
"remove-markdown": "^0.3.0",
"vue": "^3.0.0-beta.1",
"vue-content-loader": "^2.0.0",
"vue-final-modal": "^3.0.0-beta.1",
"vue-i18n": "^9.0.0-rc.2",
"vue3-datepicker": "^0.2.4",
"yargs": "^15.4.1"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0-beta.1",
"autoprefixer": "^9.8.6",
"browserslist": "^4.0.0",
"cssnano": "^4.1.10",
"parcel": "^2.0.0-beta.1",
"postcss": "^8.2.3",
"postcss-normalize": "^9.0.0",
"rimraf": "^3.0.2",
"stylemark": "^3.1.7",
"vue-i18n-extract": "^1.1.10"
},
"staticFiles": {
"staticPath": [
{
"staticPath": "theme/img",
"staticOutDir": "udata_gouvfr/theme/gouvfr/static/img/"
}
]
},
"stylemarkPath": {
"input": "udata_gouvfr/theme/gouvfr/static/",
"output": "udata_gouvfr/theme/gouvfr/static/stylemark/"
},
"alias": {
"svg": "./udata_gouvfr/theme/gouvfr/templates/svg",
"vue": "vue/dist/vue.cjs.js"
},
"license": "MIT"
}