-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.49 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
{
"name": "follow-favoite-repos",
"version": "1.0.0",
"description": "Client side pagination util",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-loader-spinner": "3.1.14",
"react-router-dom": "5.2.0",
"react-scripts": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.1",
"@storybook/addon-actions": "^6.0.26",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-links": "^6.0.26",
"@storybook/node-logger": "^6.0.26",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/react": "^6.0.26",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"cypress": "^6.0.0",
"react-is": "^16.13.1",
"start-server-and-test": "^1.11.5",
"typescript": "3.8.3"
},
"scripts": {
"start": "cross-env SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "cross-env SKIP_PREFLIGHT_CHECK=true react-scripts build",
"test": "cross-env SKIP_PREFLIGHT_CHECK=true react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"cy": "npx cypress open",
"cy:run": "npx cypress run",
"cy:ci": "start-server-and-test start http://localhost:3000 cy:run"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}