-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.5 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
{
"name": "findvax-site",
"version": "1.0.0",
"description": "Frontend for displaying vaccine locations' availability info. Part of https://findvax.us",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack --mode production",
"watch": "NODE_ENV=production webpack --watch --mode production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pettazz/findvax-site.git"
},
"author": "pettazz",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/pettazz/findvax-site/issues"
},
"homepage": "https://github.com/pettazz/findvax-site#readme",
"dependencies": {
"@babel/preset-env": "^7.12.16",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@ryangjchandler/spruce": "^2.6.3",
"@turf/distance": "^6.3.0",
"@turf/helpers": "^6.3.0",
"alpinejs": "^2.8.0",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"core-js": "^3.8.3",
"css-loader": "^5.0.2",
"file-loader": "^6.2.0",
"html-loader": "^2.0.0",
"html-webpack-plugin": "^5.2.0",
"http-server": "^0.12.3",
"node-polyglot": "^2.4.0",
"postcss": "^8.2.6",
"postcss-loader": "^5.0.0",
"postcss-nested": "^5.0.3",
"style-loader": "^2.0.0",
"tailwindcss": "^2.0.3",
"webpack": "^5.22.0",
"webpack-cli": "^4.5.0"
}
}