-
Notifications
You must be signed in to change notification settings - Fork 149
/
package.json
56 lines (56 loc) · 1.64 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
{
"name": "google-map-react-examples",
"version": "0.1.0",
"private": true,
"homepage": "https://itsmichaeldiego.github.io/google-map-react-examples/",
"dependencies": {
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.5",
"@testing-library/user-event": "^12.0.11",
"google-map-react": "^2.0.1",
"lodash.isempty": "^4.4.0",
"prop-types": "^15.6.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"styled-components": "^5.1.1"
},
"scripts": {
"lint": "eslint src",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build-storybook",
"deploy": "gh-pages -d storybook-static",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"chromatic": "npx chromatic --project-token=2mchcgpjqg2"
},
"devDependencies": {
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/preset-create-react-app": "^3.1.3",
"@storybook/react": "^5.3.19",
"babel-eslint": "^10.0.1",
"chromatic": "^5.0.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"gh-pages": "^3.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}