-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.35 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.35 KB
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
89
{
"name": "project1",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emailjs/browser": "^3.6.2",
"@material-ui/core": "^4.12.4",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"emailjs-com": "^3.2.0",
"formik": "^2.2.9",
"jest-dom": "^4.0.0",
"jest-watcher": "^28.1.0",
"react": "^17.0.2",
"react-bootstrap": "^2.2.3",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-is": "17.0",
"react-pro-sidebar": "^0.7.1",
"react-redux": "^7.2.8",
"react-responsive-sidebar": "^0.1.16",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.0",
"react-scroll": "^1.8.7",
"react-test-renderer": "^18.1.0",
"react-youtube": "^8.2.1",
"redux": "^4.1.2",
"router-dom": "^2.2.9",
"styled-components": "^5.3.5",
"stylish-sidebar": "^1.1.2",
"vim": "^0.1.0",
"web-vitals": "^2.1.4",
"yarn": "^1.22.18"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/node-logger": "^6.4.19",
"@storybook/preset-create-react-app": "^4.1.0",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@testing-library/jest-dom": "^5.16.4",
"jest-watch-typeahead": "^0.6.5",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"terser": "^3.14.1",
"webpack": "4.44.2"
}
}