-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.15 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": "cfde-dashboard",
"version": "1.0.0",
"description": "Dashboard for the Common Fund Data Ecosystem (CFDE) project",
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.1",
"bootstrap": "4.5.3",
"d3": "5.16.0",
"d3-save-svg": "0.0.2",
"fontawesome-4.7": "4.7.0",
"jquery": "3.5.1",
"normalize.css": "8.0.1",
"save-svg-as-png": "1.4.17",
"typeface-roboto": "1.1.13"
},
"devDependencies": {
"browser-sync": "2.26.13",
"copy-webpack-plugin": "7.0.0",
"eslint": "7.17.0",
"gulp": "4.0.2",
"stylelint": "13.8.0",
"stylelint-order": "4.1.0",
"webpack": "5.11.1",
"webpack-cli": "4.3.1"
},
"scripts": {
"build": "webpack --mode production",
"eslint": "eslint -c .eslintrc.json --ignore-path .eslintignore js",
"stylelint": "stylelint --config css/.stylelintrc --ignore-path .stylelintignore css/",
"browser_sync": "browser-sync start --proxy localhost/cfde --files index.html dcc_review.html templates/**/*.tpl ./*.php css/*.css",
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"axios": "0.21.1"
},
"author": "",
"license": "UNLICENSED"
}