-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.37 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.37 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
{
"name": "platzi-intro-react-base",
"version": "0.1.0",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"bootstrap": "^5.3.3",
"core-js-pure": "^3.36.0",
"framer-motion": "^11.0.8",
"react": "^18",
"react-bootstrap": "^2.10.1",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-scripts": "5.0.1",
"web-vitals": "^3.5.2",
"webpack-dev-server": "^5.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"eslintConfig": {
"extends": [
"react-app",
"plugin:storybook/recommended"
]
},
"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-interactions": "^7.6.17",
"@storybook/addon-onboarding": "1.0.11",
"@storybook/blocks": "^7.6.17",
"@storybook/react-webpack5": "^7.6.17",
"@storybook/test": "^7.6.17",
"eslint-plugin-storybook": "^0.8.0",
"prop-types": "15.8.1",
"sass": "^1.71.1",
"storybook": "^7.6.17",
"webpack": "5.90.3"
}
}