forked from bdeglane/axe-core-nantesjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
{
"name": "axe-core-nantesjs",
"version": "0.1.0",
"private": true,
"dependencies": {
"@storybook/addon-a11y": "^5.3.18",
"@types/jest-axe": "^3.2.2",
"@types/react": "^16.9.33",
"@types/react-dom": "^16.9.6",
"axe-core": "^3.5.3",
"classnames": "^2.2.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"jest-axe": "^3.4.0",
"majestic": "^1.6.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"cypress:open": "cypress open -p 3001",
"majestic": "majestic",
"lint": "eslint --ext js --ext jsx src",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/preset-create-react-app": "^2.1.1",
"@storybook/react": "^5.3.18",
"cypress": "^4.3.0",
"cypress-axe": "^0.8.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-react": "^7.19.0",
"jest": "^24.9.0",
"jest-enzyme": "^7.1.2"
},
"majestic": {
"jestScriptPath": "../node_modules/jest/bin/jest.js",
"args": [],
"env": {}
}
}