/[openfoncier]/trunk/package.json
ViewVC logotype

Annotation of /trunk/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13878 - (hide annotations)
Mon Jan 30 13:14:50 2023 UTC (2 years ago) by ebrodin
Original Path: branches/refonte-graphique/package.json
File MIME type: application/json
File size: 596 byte(s)
Chore: merge 5.13.0-develop-POC + 5.16.0-develop

1 ebrodin 12696 {
2     "name": "openads-om",
3     "version": "1.0.0",
4     "description": "openADS est une application open-source développée avec openMairie afin de faciliter la gestion des autorisations du droit du sol",
5     "main": "app/js/script.js",
6     "directories": {
7     "lib": "lib",
8     "test": "tests"
9     },
10     "scripts": {
11     "build": "sass --no-source-map --style=compressed app/scss:app/css",
12     "watch": "sass --watch --update --style=compressed app/scss:app/css"
13     },
14     "author": "",
15     "license": "ISC",
16     "dependencies": {
17 ebrodin 13200 "inter-ui": "^3.19.3",
18 ebrodin 12696 "remixicon": "^2.5.0",
19     "sass": "^1.54.3"
20     }
21     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26