-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.41 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "around-html",
"description": "Around - Multipurpose Bootstrap HTML Template",
"version": "3.2.0",
"homepage": "https://around.createx.studio",
"author": "https://createx.studio/",
"license": "ISC",
"main": "index.html",
"scripts": {
"dev": "npm-run-all --silent -p styles:minified scripts:minified icon-font vendor && npm run watch --silent",
"build": "npm-run-all --silent -p styles:expanded styles:minified scripts:expanded scripts:minified icon-font vendor && npm run validate --silent",
"styles:expanded": "node build/styles.js expanded",
"styles:minified": "node build/styles.js minified",
"scripts:expanded": "node build/scripts.js expanded",
"scripts:minified": "node build/scripts.js minified",
"icon-font": "node build/icon-font.js",
"vendor": "node build/vendor.js",
"validate": "node build/validate.js",
"watch": "node build/watch.js"
},
"devDependencies": {
"@babel/preset-env": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"autoprefixer": "^10.4.16",
"browser-sync": "^2.29.3",
"cssnano": "^6.0.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"fantasticon": "^2.0.0",
"fs-extra": "^11.1.1",
"html-validate": "^8.7.1",
"npm-run-all": "^4.1.5",
"npmlog": "^7.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"rollup": "^4.4.0",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-twbs-bootstrap": "^11.0.1",
"svgo": "^3.0.3"
},
"overrides": {
"fantasticon": {
"glob": "7.2.0"
}
},
"dependencies": {
"@fullcalendar/bootstrap5": "^6.1.9",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"@lottiefiles/lottie-player": "^2.0.2",
"aos": "^2.3.4",
"bootstrap": "^5.3.2",
"chart.js": "^4.4.0",
"cleave.js": "^1.6.0",
"flatpickr": "^4.6.13",
"imagesloaded": "^5.0.0",
"img-comparison-slider": "^8.0.4",
"jarallax": "^2.1.4",
"leaflet": "^1.9.4",
"lightgallery": "^2.7.2",
"nouislider": "^15.7.1",
"parallax-js": "^3.1.0",
"prismjs": "^1.29.0",
"shufflejs": "^6.1.0",
"simplebar": "^6.2.5",
"smooth-scroll": "^16.1.3",
"swiper": "^11.0.4",
"timezz": "^7.0.0"
}
}