-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.37 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": "datan",
"version": "1.0.0",
"description": "Datan - Mieux comprendre l'Assemblee nationale",
"main": "index.js",
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@rollup/plugin-node-resolve": "^15.2.3",
"chart.js": "^4.4.1",
"chartjs-plugin-datalabels": "^2.2.0",
"grunt": "^1.5.3",
"grunt-babel": "^8.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-critical": "^2.0.0",
"grunt-purifycss": "^0.1.2",
"grunt-rollup": "^12.0.0",
"grunt-sass": "^3.1.0",
"install": "^0.13.0",
"npm": "^10.8.2",
"purify-css": "^1.2.5",
"rollup": "^4.19.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docker-download": "docker exec -it datan php scripts/download.php",
"docker-daily": "docker exec -it datan php scripts/daily.php",
"docker-profession": "docker exec -it datan php scripts/profession.php",
"docker-grunt": "docker exec -it datan grunt",
"docker-grunt-watch": "docker exec -it datan grunt watch",
"dgw": "npm run docker-grunt-watch"
},
"author": "Awenig Marié",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.3.1",
"bulma": "^0.7.1",
"grunt-contrib-sass": "^2.0.0",
"node-fetch": "^2.6.6",
"progressbar.js": "^1.0.1"
}
}