This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 4.42 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "phase-ten-scorer-nextjs",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@auth0/auth0-spa-js": "^1.14.0",
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@cypress/code-coverage": "^3.9.5",
"@emotion/babel-plugin": "^11.3.0",
"@emotion/core": "^11.0.0",
"@emotion/eslint-plugin": "^11.2.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-pro": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/pro-regular-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@react-spring/web": "^9.1.2",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.1",
"@types/mongodb": "^3.3.7",
"@types/node": "^15.0.1",
"@types/react": "17.0.4",
"@types/react-dom": "17.0.3",
"@types/styled-jsx": "^2.2.8",
"@types/testing-library__cypress": "^5.0.8",
"@types/uuid": "^8.3.0",
"apollo-server-micro": "^2.24.0",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"babel-plugin-emotion": "^11.0.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-macros": "^3.0.1",
"concurrently": "^6.0.2",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"dotenv-webpack": "^7.0.2",
"engines": "^0.4.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"graphql": "^15.5.0",
"helmet": "^4.5.0",
"http-proxy-middleware": "^1.0.0",
"isomorphic-fetch": "^3.0.0",
"istanbul-lib-coverage": "^3.0.0",
"js-cookie": "^2.2.1",
"mongodb": "^3.3.3",
"next": "^10.2.0",
"node-sass": "^5.0.0",
"normalize.css": "^8.0.1",
"passport": "^0.4.0",
"passport-auth0": "^1.2.1",
"polished": "^4.1.2",
"postcss": "^8.2.13",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "7.3.3",
"resize-observer-polyfill": "^1.5.1",
"source-map-support": "^0.5.16",
"start-server-and-test": "^1.10.6",
"styled-jsx": "^3.4.4",
"stylelint": "^13.13.0",
"stylelint-config-recommended": "^5.0.0",
"tailwindcss": "^2.1.2",
"ts-node": "^9.1.1",
"twin.macro": "^2.4.0",
"typescript": "^4.2.4",
"uuid": "^8.3.2",
"vercel": "^22.0.1",
"webpack": "^4.41.2"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.6.0",
"@testing-library/cypress": "^7.0.6",
"@types/faker": "^5.5.3",
"@types/isomorphic-fetch": "0.0.35",
"@types/js-cookie": "^2.2.4",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"cypress": "^7.2.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-emotion": "^11.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"faker": "^5.5.3",
"husky": "^6.0.0",
"nyc": "^15.1.0",
"ts-loader": "^9.1.1"
},
"engines": {
"node": ">=14"
},
"scripts": {
"dev": "yarn copy-env-files && vercel dev",
"pre-dev-ci": "ts-node --project tsconfig-node.json ./github-setup.ts",
"dev-ci": "yarn pre-dev-ci && concurrently --kill-others 'npm:ci-auth-server' 'npm:ci-next-server'",
"copy-env-files": "ts-node --project tsconfig-node.json ./scripts/copy-env-files.ts",
"ci-next-server": "ts-node --project tsconfig-node.json ./scripts/next-server-startup.ts",
"ci-auth-server": "ts-node --project tsconfig-node.json ./scripts/auth-server.ts",
"cy:open": "cypress open",
"cy:run": "cypress run --browser chrome --headless",
"e2e": "start-test dev-ci 3000 cy:run",
"e2e:open": "yarn pree2e && start-test dev-ci 3000 cy:open",
"pree2e": "rm -rf .nyc_output coverage .next || true",
"build": "next build",
"publish": "vercel",
"check-coverage-limits": "nyc report --reporter=text-summary --check-coverage --statements 100"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"all": true
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}