-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 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
{
"name": "mceditor",
"version": "4.4.0",
"description": "Outils de creation de cartes",
"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 || exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IGNF-Ma-carte/mceditor.git"
},
"author": "IGNF",
"license": "GPL-3",
"bugs": {
"url": "https://github.com/IGNF-Ma-carte/mceditor/issues"
},
"homepage": "https://github.com/IGNF-Ma-carte/mceditor",
"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"
},
"dependencies": {
"mcutils": "git+https://github.com/IGNF-Ma-carte/mcutils.git"
},
"staticFiles": {
"staticPath": "./assets",
"watcherGlob": "**"
}
}