-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.05 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
{
"name": "@bluecadet/cadetfrctl",
"version": "1.1.1",
"description": "Adds an `a11y` panel to Fractal that runs AXE tests against the current component in the preview window.",
"main": "index.js",
"contributors": [
{
"name": "Shaun M. Baer",
"email": "[email protected]",
"url": "https://bluecadet.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/bluecadet/cadet-fractal-theme"
},
"license": "MIT",
"keywords": [
"fractal",
"@frctl",
"frctl"
],
"homepage": "https://github.com/bluecadet/cadet-fractal-theme",
"bugs": {
"url": "https://github.com/bluecadet/cadet-fractal-theme/issues",
"email": "[email protected]"
},
"dependencies": {
"@frctl/mandelbrot": "^1.0.0",
"anymatch": "^3.1.1",
"js-yaml": "^4.0.0",
"lodash": "^4.17.21"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"last 2 versions",
"> 2%",
"ie 10",
"iOS 8",
"iOS 9"
],
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-external-helpers": "^7.12.13",
"@babel/preset-env": "^7.13.12",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-node-resolve": "^11.2.0",
"core-js": "^3.9.1",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-flatmap": "^1.0.2",
"gulp-rollup-each": "^3.0.2",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"prettier": "^2.2.1",
"rollup": "^2.42.3",
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-declaration-block-no-ignored-properties": "^2.3.0",
"stylelint-high-performance-animation": "^1.5.2"
}
}