This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.75 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
{
"scripts": {
"start": "webpack -w --config webpack.prod.js",
"start:dev": "webpack -w --config webpack.dev.js",
"lint": "prettier 'webpack/**/*.js' postcss/*.css **/*.html && eslint .",
"lint:fix": "prettier --write 'webpack/**/*.js' postcss/*.css **/*.html && eslint --fix .",
"build:css": "cross-env NODE_ENV=production postcss postcss/*.css --dir assets/css/",
"build:css:watch": "cross-env NODE_ENV=development postcss postcss/*.css --dir assets/css/ --watch --verbose"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@webpack-cli/init": "^1.1.2",
"babel-loader": "^8.2.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"cross-env": "^7.0.3",
"eslint": "^7.19.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-es": "github:mysticatea/eslint-plugin-es",
"foreman": "^3.0.1",
"handlebars": "^4.7.7",
"js-yaml": "^3.14.1",
"prettier": "^2.1.1",
"tailwindcss-rtl": "^0.7.3",
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0",
"webpack-merge": "^5.7.3"
},
"license": {
"type": "MIT",
"url": "https://www.opensource.org/licenses/mit-license.php"
},
"repository": {
"type": "git",
"url": "https://github.com/CAVaccineInventory/site"
},
"dependencies": {
"@tarekraafat/autocomplete.js": "^8.2.0",
"autoprefixer": "^10.2.4",
"core-js": "^3.8.3",
"custom-event-polyfill": "^1.0.7",
"handlebars-loader": "^1.7.1",
"luxon": "^1.25.0",
"marked": "^2.0.0",
"path-browserify": "^1.0.1",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.0",
"regenerator-runtime": "^0.13.7",
"sanitize-html": "^2.3.2",
"tailwindcss": "^2.0.2",
"url": "^0.11.0",
"whatwg-fetch": "^3.5.0"
}
}