This repository was archived by the owner on Feb 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 1.93 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
66
67
68
69
70
71
72
73
74
{
"name": "immuni",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config webpack.dev.js --mode development",
"build": "webpack --config webpack.prod.js --mode production",
"preview": "npm run build && http-server dist"
},
"repository": {
"type": "git",
"url": "https://github.com/BendingSpoons/immuni-website/"
},
"keywords": [],
"author": "Bending Spoons",
"license": "ISC",
"bugs": {
"url": "https://github.com/BendingSpoons/immuni-website/issues"
},
"homepage": "",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"babel-polyfill": "^6",
"bulma": "^0.8",
"chart.js": "^2.9.3",
"chartjs-chart-geo": "^2.1.0",
"chartjs-plugin-annotation": "^0.5.7",
"core-js": "^3",
"css-vars-ponyfill": "^2",
"datatables-bulma": "^1.0.1",
"datatables.net-dt": "^1.10.22",
"datatables.net-responsive": "^2.2.6",
"gsap": "^3",
"jquery": "^3.5.1",
"smoothscroll-polyfill": "^0.4"
},
"browserslist": {
"production": [
"ie 11",
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
},
"devDependencies": {
"ajv": "^6",
"autoprefixer": "^9",
"babel-core": "^6",
"babel-loader": "^7",
"babel-preset-env": "^1",
"clean-webpack-plugin": "^0.1",
"css-loader": "^0.28",
"cssnano": "^3",
"favicons-webpack-plugin": "^0.0.9",
"file-loader": "^1",
"gulp-sass": "^5.1.0",
"html-webpack-plugin": "^3",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^0.5",
"node-sass": "^4.14.0",
"optimize-css-assets-webpack-plugin": "^4",
"postcss-loader": "^2",
"sass-loader": "^6",
"source-map-loader": "^0.2",
"style-loader": "^0.20",
"url-loader": "^1",
"webpack": "^4",
"webpack-cli": "^3",
"webpack-dev-server": "^3"
}
}