-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.22 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "holidayextras",
"homepage": "https://rssfrncs.github.io/photo-stream",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.27",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/d3-scale": "^2.1.1",
"d3-scale": "^3.2.1",
"emotion-theming": "^10.0.27",
"fuse.js": "^3.4.6",
"immer": "^4.0.1",
"react": "^16.12.0",
"react-adaptive-hooks": "^0.0.8",
"react-app-polyfill": "^1.0.6",
"react-dom": "^16.12.0",
"react-portal": "^4.2.1",
"react-redux": "^7.1.1",
"react-scripts": "3.3.1",
"react-spring": "^8.0.27",
"react-use-gesture": "^7.0.4",
"react-use-measure": "^2.0.0",
"react-window": "^1.8.5",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"resize-observer-polyfill": "^1.5.1",
"typescript": "~3.7.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^10.0.27",
"@storybook/addon-actions": "^5.3.13",
"@storybook/addon-links": "^5.3.13",
"@storybook/addons": "^5.3.13",
"@storybook/preset-create-react-app": "^1.5.2",
"@storybook/react": "^5.3.13",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-portal": "^4.0.2",
"@types/react-redux": "^7.1.7",
"@types/react-window": "^1.8.1",
"customize-cra": "^0.9.1",
"gh-pages": "^2.2.0",
"react-app-rewired": "^2.1.5"
}
}