-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "d4sd-portal",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.0.3",
"@d4sd/components": "^3.1.8",
"antd": "^3.24.3",
"babel-plugin-import": "^1.12.2",
"babel-polyfill": "^6.26.0",
"connected-react-router": "^6.5.2",
"customize-cra": "^0.8.0",
"firebase": "^7.2.3",
"googleapis": "^49.0.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"pure-react-carousel": "^1.23.3",
"rc-menu": "^8.0.0-alpha.5",
"react": "^16.10.2",
"react-app-polyfill": "^1.0.5",
"react-app-rewired": "^2.1.3",
"react-browser-router": "^2.1.2",
"react-dom": "^16.10.2",
"react-ga": "^2.7.0",
"react-google-login": "^5.0.7",
"react-google-slides": "^2.0.0",
"react-grid-system": "^6.4.2",
"react-hook-form": "^3.26.4",
"react-intersection-observer": "^8.25.1",
"react-loadable": "^5.5.0",
"react-mailchimp-form": "^1.0.2",
"react-pdf": "^4.1.0",
"react-redux": "^7.1.3",
"react-reveal": "^1.2.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"react-spring": "^8.0.27",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"scrollmagic": "^2.0.7",
"styled-components": "^4.4.1",
"typescript": "^3.6.4"
},
"scripts": {
"start": "react-app-rewired start",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"build": " GENERATE_SOURCEMAP=false react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier": "prettier \"src/**/*\"",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx || true",
"lint-fix": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix || true"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"ie 11",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@firebase/firestore-types": "^1.6.2",
"@types/jest": "^24.0.20",
"@types/node": "^12.11.7",
"@types/node-fetch": "^2.5.6",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/react-loadable": "^5.5.3",
"@types/react-pdf": "^4.0.3",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-typescript-prettier": "^1.4.0",
"eslint-config-prettier": "^6.7.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"firebase-admin": "^8.10.0",
"husky": "^3.1.0",
"prettier": "^1.19.1",
"source-map-explorer": "^2.1.0"
}
}