-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 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
{
"name": "mcstatistic",
"version": "4.3.6",
"description": "création des cartes statistiques",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel ./index.html --dist-dir ./.dist",
"build": "parcel build ./index.html --no-source-maps --public-url . --dist-dir ./docs",
"lint": "eslint --fix ./src/**/*.js --ignore-path .lintignore || exit 0"
},
"devDependencies": {
"@parcel/transformer-inline-string": "^2.11.0",
"@parcel/transformer-sass": "^2.11.0",
"buffer": "^6.0.3",
"eslint": "^8.21.0",
"parcel": "^2.11.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"process": "^0.11.10"
},
"staticFiles": {
"staticPath": "./assets",
"watcherGlob": "**"
},
"dependencies": {
"mcutils": "github:IGNF-Ma-carte/mcutils",
"xlsx": "^0.18.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IGNF-Ma-carte/mcstatistic.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IGNF-Ma-carte/mcstatistic/issues"
},
"homepage": "https://github.com/IGNF-Ma-carte/mcstatistic#readme"
}