-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.19 KB
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
45
{
"name": "open-data-scotland-frontend",
"version": "1.0.0",
"description": "Front-end project for Open Data Scotland.",
"main": "scripts/src/index.js",
"engines": {
"node": ">=18.12.0"
},
"scripts": {
"start": "webpack serve --mode development",
"watch": "webpack --mode development --watch",
"build": "webpack --mode production",
"clean": "rm -rf scripts/dist"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.4",
"mini-css-extract-plugin": "^2.10.2",
"sass": "^1.99.0",
"sass-loader": "^16.0.7",
"terser-webpack-plugin": "^5.3.14",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.3"
},
"overrides": {
"uuid": "^14.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"bootstrap": "^5.3.8",
"chart.js": "^2.9.4",
"copy-to-clipboard": "^3.3.3",
"core-js": "^3.36.0",
"datatables.net-bs5": "^2.3.7",
"datatables.net-fixedheader-bs5": "^4.0.6",
"jquery": "^3.7.1",
"leaflet": "^1.8.0",
"lodash": "^4.6.1",
"mustache": "^4.2.0",
"text-clipper": "^2.2.0"
}
}