-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 980 Bytes
/
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
{
"name": "Lending-bee",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "sass scss/main.scss css/main.css --watch",
"postcss": "postcss -o css/main.css css/main.css",
"ww": "webpack --watch --mode=development",
"w": "webpack --mode=production"
},
"browserslist": [
"> 1%",
"ie >= 8",
"edge >= 15",
"ie_mob >= 10",
"ff >= 45",
"chrome >= 45",
"safari >= 7",
"opera >= 23",
"ios >= 7",
"android >= 4",
"bb >= 10"
],
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.1.3",
"autoprefixer": "^10.2.1",
"cssnano": "^4.1.10",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"sass": "^1.32.4",
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1"
},
"dependencies": {
"autonumeric": "^4.6.0",
"bootstrap": "^5.0.0-beta1",
"minireset.css": "0.0.6",
"swiper": "^6.4.5"
}
}