-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 4.17 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 4.17 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
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
{
"name": "buildpipeline",
"version": "3.0.0",
"description": "AWS-powered serverless build, test and deploy pipeline ft. multiple environments",
"license": "MIT",
"scripts": {
"dev": "cross-env TS_NODE_PROJECT=tsconfig-webpack.json ts-node server.ts",
"build": "rimraf dist && cross-env NODE_ENV=production TS_NODE_PROJECT=tsconfig-webpack.json webpack --config ./webpack.prod.config.ts --progress",
"prod": "cross-env NODE_ENV=production TS_NODE_PROJECT=tsconfig-webpack.json ts-node server.ts",
"lint": "eslint src/**/*.{ts,tsx} || exit 0",
"lint:fix": "eslint src/**/*.{ts,tsx} --fix || exit 0",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,css,md}\""
},
"repository": {
"type": "git",
"url": "https://github.com/jch254/buildpipeline"
},
"author": "Jordan Hornblow <jordan@jch254.com>",
"dependencies": {
"@babel/runtime": "^7.28.6",
"@redux-saga/core": "^1.4.2",
"@redux-saga/deferred": "^1.3.1",
"@redux-saga/delay-p": "^1.3.1",
"@redux-saga/is": "^1.2.1",
"@redux-saga/symbols": "^1.2.1",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loading": "^2.0.3",
"react-redux": "^9.2.0",
"react-router": "^6.30.1",
"react-router-dom": "^6.30.1",
"rebass": "^4.0.7",
"reflexbox": "^4.0.6",
"redux": "^5.0.1",
"redux-saga": "^1.4.2",
"scheduler": "^0.26.0",
"use-sync-external-store": "^1.6.0"
},
"devDependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/hash": "^0.9.2",
"@emotion/is-prop-valid": "^1.4.0",
"@emotion/memoize": "^0.9.0",
"@emotion/react": "^11.14.0",
"@emotion/serialize": "^1.3.3",
"@emotion/sheet": "^1.4.0",
"@emotion/styled": "^11.14.1",
"@emotion/unitless": "^0.10.0",
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
"@emotion/utils": "^1.4.2",
"@emotion/weak-memoize": "^0.4.0",
"@eslint/js": "^9.36.0",
"@redux-devtools/extension": "^3.3.0",
"@remix-run/router": "^1.23.2",
"@styled-system/background": "^5.1.2",
"@styled-system/border": "^5.1.5",
"@styled-system/color": "^5.1.2",
"@styled-system/core": "^5.1.2",
"@styled-system/css": "^5.1.5",
"@styled-system/flexbox": "^5.1.2",
"@styled-system/grid": "^5.1.2",
"@styled-system/layout": "^5.1.2",
"@styled-system/position": "^5.1.2",
"@styled-system/shadow": "^5.1.2",
"@styled-system/should-forward-prop": "^5.1.5",
"@styled-system/space": "^5.1.2",
"@styled-system/typography": "^5.1.2",
"@styled-system/variant": "^5.1.5",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"ansi-html-community": "^0.0.8",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.2.0",
"events": "^3.3.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"hoist-non-react-statics": "^3.3.2",
"html-webpack-plugin": "^5.6.6",
"map.prototype.tojson": "^0.1.3",
"mini-css-extract-plugin": "^2.10.1",
"object-assign": "^4.1.1",
"prettier": "^3.8.1",
"prettier-plugin-css-order": "^2.2.0",
"prettier-plugin-sh": "^0.18.0",
"process": "^0.11.10",
"react-is": "^19.2.4",
"rimraf": "^6.1.3",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"styled-system": "^5.1.5",
"stylis": "^4.3.6",
"terser-webpack-plugin": "^5.4.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"url-loader": "^4.1.1",
"webpack": "^5.105.4",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.3"
}
}