-
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": "frequentation_portail",
"version": "1.0.0",
"description": "## Prérequis technique",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-dev": "NODE_ENV=development webpack",
"build-prod": "NODE_ENV=production webpack",
"watch": "webpack --watch",
"serve": "webpack serve --node-env=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GIP-RECIA/frequentation_portail.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GIP-RECIA/frequentation_portail/issues"
},
"homepage": "https://github.com/GIP-RECIA/frequentation_portail#readme",
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"mini-css-extract-plugin": "^2.5.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"bootstrap": "^4.6.1",
"datatables.net": "^1.11.4",
"datatables.net-buttons": "^2.2.2",
"datatables.net-dt": "^1.11.4",
"jquery": "^3.6.0",
"jszip": "^3.7.1",
"popper.js": "^1.16.1",
"select2": "^4.1.0-rc.0"
}
}