-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.91 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "tshirt-calculator",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"clean": "rm -r dist",
"serve": "webpack serve",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@types/d3": "^7.4.2",
"bulma": "^0.9.4",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"csv-loader": "^3.0.5",
"font-awesome": "^4.7.0",
"handlebars": "^4.7.8",
"handlebars-loader": "^1.7.3",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"json-loader": "^0.5.7",
"json5": "^2.2.3",
"json5-loader": "^4.0.1",
"mini-css-extract-plugin": "^2.7.6",
"mustache-loader": "^1.4.3",
"node-sass": "^9.0.0",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"toml": "^3.0.0",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0",
"worker-loader": "^3.0.8",
"xml-loader": "^1.2.1",
"yamljs": "^0.3.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@observablehq/plot": "^0.6.11",
"bulma-slider": "^2.0.5",
"csv-parser": "^3.0.0",
"d3": "^7.8.5",
"fs": "^0.0.1-security",
"mini-css-extract-plugin": "^2.7.6",
"query-string": "^8.1.0",
"workbox-webpack-plugin": "^7.0.0"
}
}