-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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
{
"name": "macarte-api",
"version": "1.0.0",
"description": "Ajouter dans la définition de l'alias",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prod": "webpack --mode=production",
"dev": "webpack --mode=development",
"watch": "webpack --mode=development --watch",
"lint": "eslint --fix assets/**/*.js --ignore-path .lintignore || exit 0"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/ignf/macarte/macarte-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/ignf/macarte/macarte-api/issues"
},
"homepage": "https://gitlab.com/ignf/macarte/macarte-api#readme",
"dependencies": {
"js-datepicker": "^5.18.2",
"mcutils": "git+https://Viglino:[email protected]/ignf/macarte/mcutils.git",
"sweetalert2": "^11.3.0"
},
"devDependencies": {
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.5.1",
"eslint": "^8.15.0",
"eslint-plugin-sonarjs": "^0.13.0",
"html-loader": "^3.1.0",
"node-sass": "^7.0.0",
"raw-loader": "^4.0.2",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}