-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
123 lines (123 loc) · 4.18 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "intern.plus",
"version": "2.0.1",
"private": true,
"scripts": {
"start": "vercel dev",
"build": "react-scripts build",
"start:ci": "npm start & wait-on http://localhost:3000",
"lint": "eslint src --ext ts,tsx",
"format": "eslint --fix src --ext ts,tsx && prettier --write \"**/*.{ts,tsx,json,md}\"",
"type-check": "tsc --noEmit",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"test": "cypress run --config video=false",
"test:i": "cypress open",
"test:unit": "npm run test -- --spec \"./**/**.unit.test.tsx\"",
"test:e2e": "percy exec -- npm run test -- --spec \"./**/**.e2e.test.ts\"",
"test:unit:ci": "npm run start:ci && npm run test:unit",
"test:e2e:ci": "npm run start:ci && npm run test:e2e",
"api:generate-types": "npx apollo codegen:generate types --globalTypesFile=src/api/globalTypes.d.ts --includes=\"src/**/*.{ts,tsx}\" --endpoint 'http://localhost:3000/api/graphql' --target typescript --tagName gql --passthroughCustomScalars --customScalarsPrefix InternPlus && echo 'declare global { type InternPlusISODate = string; }' >> ./src/api/globalTypes.d.ts"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@apollo/client": "^3.3.19",
"@apollo/react-hooks": "^3.1.2",
"@sentry/browser": "^5.10.2",
"apollo-boost": "^0.4.7",
"apollo-datasource-firestore": "^2.2.0",
"apollo-server-micro": "^2.24.0",
"array-flat-polyfill": "^1.0.1",
"classnames": "^2.2.6",
"color.js": "^1.2.0",
"debounce": "^1.2.0",
"firebase": "^8.6.1",
"firebase-admin": "^9.8.0",
"focus-visible": "^5.0.2",
"fuse.js": "^3.4.6",
"graphql": "^14.5.8",
"javascript-time-ago": "^2.0.2",
"places.js": "^1.17.1",
"react": "^16.12.0",
"react-autosuggest": "^9.4.3",
"react-dom": "^16.12.0",
"react-error-boundary": "^1.2.5",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-hot-toast": "^1.0.2",
"react-kawaii": "^0.14.4",
"react-load-script": "0.0.6",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.0",
"react-select": "^3.0.8",
"react-waypoint": "^9.0.2",
"scroll-behavior-polyfill": "^2.0.13",
"styled-components": "^5.1.1",
"tti-polyfill": "^0.2.2",
"use-dark-mode": "^2.3.1",
"use-query-params": "^0.4.6",
"yup": "^0.27.0"
},
"devDependencies": {
"@cypress/react": "^5.7.0",
"@cypress/webpack-dev-server": "^1.3.0",
"@cypress/webpack-preprocessor": "^4.1.1",
"@percy/cypress": "^2.2.0",
"@percy/script": "^1.0.2",
"@types/classnames": "^2.2.9",
"@types/debounce": "^1.2.0",
"@types/faker": "^4.1.8",
"@types/jest": "24.0.18",
"@types/node": "12.7.12",
"@types/react": "^16.9.16",
"@types/react-autosuggest": "^9.3.13",
"@types/react-dom": "16.9.1",
"@types/react-helmet": "^5.0.12",
"@types/react-kawaii": "^0.11.0",
"@types/react-router-dom": "^5.1.3",
"@types/react-select": "^3.0.5",
"@types/styled-components": "^5.1.0",
"@types/tti-polyfill": "^0.2.0",
"@types/yup": "^0.26.27",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@vercel/node": "^1.10.0",
"babel-eslint": "^10.1.0",
"chalk": "^2.4.2",
"cross-fetch": "^3.0.4",
"cypress": "^4.12.1",
"dotenv": "^8.2.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-cypress": "^2.8.1",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"faker": "^4.1.0",
"json2csv": "^4.5.4",
"mock-apollo-client": "^0.2.0",
"node-vibrant": "^3.1.5",
"prettier": "^2.0.5",
"react-router-sitemap": "^1.2.0",
"sharp": "^0.28.2",
"source-map-explorer": "^2.1.2",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"wait-on": "^3.3.0",
"xhr2": "^0.2.1"
}
}