-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.58 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
84
85
86
87
88
{
"name": "gulp-base",
"version": "1.0.0",
"description": "Basic gulp file",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"out": "echo \"Hello World\" && exit 0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/plugin-external-helpers": "^7.12.13",
"@babel/preset-env": "^7.13.15",
"@bluecadet/cadetfrctl": "^1.1.0",
"@frctl/fractal": "^1.5.6",
"@frctl/mandelbrot": "^1.9.0",
"@frctl/twig": "^1.2.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-node-resolve": "^11.2.1",
"@wondrousllc/fractal-twig-drupal-adapter": "^1.3.1",
"autoprefixer": "^10.2.5",
"browser-sync": "^2.26.14",
"colorable": "^1.0.5",
"colors": "^1.4.0",
"core-js": "^3.11.0",
"cssnano": "^5.0.1",
"del": "^6.0.0",
"eslint": "^7.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"fancy-log": "^1.3.3",
"fractal-create-component": "^0.1.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cssnano": "^2.1.3",
"gulp-esbuild": "^0.7.5",
"gulp-flatmap": "^1.0.2",
"gulp-gh-pages": "^0.5.4",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-real-favicon": "^0.3.2",
"gulp-rename": "^2.0.0",
"gulp-rollup-each": "^3.0.2",
"gulp-sass": "^4.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"gulp-using": "^0.1.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"postcss": "^8.2.13",
"postcss-easing-gradients": "^3.0.1",
"postcss-object-fit-images": "^1.1.2",
"prettier": "^2.2.1",
"rollup": "^2.45.2",
"sass-export": "^2.0.0",
"stylelint": "^13.13.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-declaration-block-no-ignored-properties": "^2.3.0",
"stylelint-high-performance-animation": "^1.5.2",
"yargs": "^16.2.0"
},
"browserslist": [
"last 2 versions",
"> 2%",
"ie 10",
"iOS 8",
"iOS 9"
],
"dependencies": {
"@axe-core/cli": "^4.5.2",
"eslint-plugin-yml": "^1.0.0",
"flickity": "^2.2.2"
}
}