-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
50 lines (50 loc) · 1.88 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
{
"name": "COVID-19-1",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/azhamn/COVID-19.svg?branch=master)](https://travis-ci.org/azhamn/COVID-19) ---- # COVID-19 Backend Services",
"main": "index.js",
"dependencies": {
"axios": "^0.19.2",
"node-sass": "^4.13.1",
"tailwindcss": "^1.2.0",
"tiptap": "^1.26.8",
"tiptap-extensions": "^1.28.8",
"v-tooltip": "^2.0.3",
"vue": "^2.6.11",
"vue-flatpickr-component": "^8.1.5",
"vue-google-autocomplete": "^1.1.0",
"vue-js-modal": "^1.3.33",
"vue-select": "^3.9.5",
"vue-sweetalert2": "^3.0.3",
"vue-trix": "^1.1.9",
"vuelidate": "^0.7.5"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.0",
"@tailwindcss/custom-forms": "^0.2.1",
"cross-env": "^7.0.2",
"laravel-mix": "^5.0.4",
"laravel-mix-purgecss": "^5.0.0-rc.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keshansandeepa/COVID-19.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/keshansandeepa/COVID-19/issues"
},
"homepage": "https://github.com/keshansandeepa/COVID-19#readme"
}