-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.59 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.59 KB
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
{
"name": "front",
"version": "1.0.0",
"description": "Clerk frontend",
"repository": "https://github.com/AnikaLegal/clerk",
"author": "Matt Segal",
"license": "MIT",
"scripts": {
"story": "NODE_OPTIONS=--openssl-legacy-provider start-storybook --port 3001 -s ./public",
"html": "mkdir -p dist && node template.js",
"clean": "rm -rf dist && mkdir -p dist",
"snap": "react-snap",
"dev": "webpack-dev-server --config webpack/webpack.dev.js",
"build": "webpack --config webpack/webpack.prod.js",
"lint": "prettier --list-different \"src/**/*.js\"",
"format": "prettier --write \"src/**/*.js\""
},
"reactSnap": {
"puppeteerArgs": [
"--no-sandbox"
],
"include": [
"/",
"/download/",
"/repairs/",
"/covid/",
"/ineligible/",
"/submitted/",
"/abandon/",
"/not-found/"
],
"preloadImages": true,
"skipThirdPartyRequests": true,
"source": "dist"
},
"dependencies": {
"@sentry/browser": "^9.29.0",
"@sentry/cli": "^2.46.0",
"camelize": "^1.0.0",
"moment": "^2.27.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.5.0",
"react-router": "^7.6.2",
"react-router-dom": "^7.6.2",
"react-transition-group": "^4.4.1",
"snakeize": "^0.1.0",
"styled-components": "^6.1.19",
"universal-cookie": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.27.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
"@storybook/addon-knobs": "^8.0.1",
"@storybook/react": "^9.0.10",
"babel-loader": "^10.0.0",
"babel-plugin-styled-components": "^2.1.4",
"css-loader": "^7.1.2",
"file-loader": "^6.0.0",
"flow-bin": "^0.142.0",
"handlebars": "^4.1.1",
"mini-css-extract-plugin": "^2.9.2",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-loader": "^8.1.1",
"prettier": "^3.5.3",
"react-refresh": "^0.17.0",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"style-loader": "4.0.0",
"terser-webpack-plugin": "^5.3.14",
"url-loader": "^4.1.0",
"webpack": "^5.99.9",
"webpack-bundle-tracker": "3.2.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}