-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 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
77
78
79
80
81
82
83
{
"name": "shiny",
"version": "1.0.0",
"description": "A shiny WordPress starter framework for building modern performant web apps",
"main": "gulpfile.js",
"scripts": {
"start": "env NODE_ENV=development gulp",
"build": "env NODE_ENV=production gulp build",
"images": "env NODE_ENV=production gulp img",
"fonts": "env NODE_ENV=production gulp fonts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Kevin McAloon",
"license": "GPL3.0",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@fullhuman/postcss-purgecss": "^4.1.3",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.4",
"babel-preset-preact": "^2.0.0",
"browser-sync": "^2.27.9",
"css-loader": "^6.7.1",
"cssnano": "^5.1.5",
"del": "^6.0.0",
"error-overlay-webpack-plugin": "^1.1.0",
"glob": "^7.2.0",
"gulp": "^4.0.2",
"gulp-beer": "^1.0.2",
"gulp-ext-replace": "^0.3.0",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-tap": "^2.0.0",
"gulp-util": "^3.0.8",
"imagemin-webp": "^6.0.0",
"lazypipe": "^1.0.2",
"node-sass": "^7.0.1",
"node-sass-magic-importer": "^5.3.2",
"panic-overlay": "^1.0.51",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"postcss-nested": "^5.0.6",
"react-dev-tools-iframe-webpack-plugin": "^1.0.2",
"run-sequence": "^2.2.1",
"sass": "^1.49.9",
"stylelint": "^14.6.1",
"to-string-loader": "^1.2.0",
"vinyl-named": "^1.1.0",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"@babel/runtime": "^7.17.8",
"bootstrap": "^5.1.3",
"core-js": "^3.21.1",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.0",
"fancy-log": "^2.0.0",
"inputmask": "^5.0.7",
"intersection-observer": "^0.12.0",
"lozad": "^1.16.0",
"nice-logs": "^1.0.1",
"preact": "^10.6.6",
"react-use": "^17.3.2",
"sass-rem": "^2.0.0",
"style-scoped": "^0.2.2",
"unfetch": "^4.2.0",
"vanilla-masker": "^1.2.0",
"yesno-dialog": "^0.2.1"
}
}