-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.61 KB
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
{
"name": "apptivity",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"start-dev": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"tailwind": "tailwindcss -i ./src/styles/tailwind.css -o ./src/styles/style.css --watch",
"tailwind-build": "tailwindcss -i ./src/styles/tailwind.css -o ./src/styles/style.css --minify"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.0.2",
"css-loader": "^3.6.0",
"dotenv-webpack": "^7.1.0",
"eslint": "^8.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"html-webpack-plugin": "^4.3.0",
"imagemin-webp-webpack-plugin": "^3.3.6",
"postcss": "^8.4.14",
"style-loader": "^1.2.1",
"tailwindcss": "^3.0.24",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.0.9"
},
"dependencies": {
"date-fns": "^2.28.0",
"flowbite": "^1.4.7",
"idb": "^7.0.1",
"regenerator-runtime": "^0.13.5",
"sweetalert2": "^11.4.17",
"tailwind-scrollbar": "^1.3.1",
"webpack-pwa-manifest": "^4.3.0",
"workbox-background-sync": "^6.5.3",
"workbox-core": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3",
"workbox-webpack-plugin": "^6.5.3",
"workbox-window": "^6.5.3"
}
}