generated from WebJamApps/CollegeLutheran
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.46 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.46 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "react-template",
"version": "1.0.0",
"description": "A react typescript template",
"main": "dist/index.html",
"repository": {
"url": "git+ssh://git@github.com/WebJamApps/ReactTemplate.git",
"type": "git"
},
"author": "https://github.com/orgs/WebJamApps/teams/the-95-theses",
"engines": {
"node": ">=20.11.0 <21",
"npm": ">=10.2.4 <11"
},
"files": [
"webpack.config.js",
"src/",
"static/"
],
"keywords": [
"React",
"Typescript",
"Webpack",
"Jest"
],
"license": "MIT",
"scripts": {
"build:prod": "rm -rf dist && npx webpack --node-env=production --progress --stats-error-details --env production",
"cc": "codeclimate analyze -f html > codeclimate.html",
"start": "webpack serve --node-env=development --env --inline",
"test:stylelint": "stylelint \"static/**/*.scss\"",
"lint:fix": "eslint . --ext .js,.ts,.tsx --fix",
"test:lint-fix": "npm run test:stylelint && npm run lint:fix",
"test:lint": "npm run test:stylelint && eslint . --ext .js,.ts,.tsx",
"test": "npm run test:lint && npm run test:jest --",
"test:local": "npm run test:lint-fix && npm run test:jest && npm run cc",
"test:jest": "jest --config jest.config.json --runInBand",
"test:jest-u": "npm run test:jest -- -u",
"cleaninstall": "rm -rf yarn.lock && rm -rf package-lock.json && rm -rf node_modules && npm cache clean --force && npm install",
"postinstall": "npm run build:prod"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@mui/x-data-grid": "^6.15.0",
"@types/core-js": "^2.5.5",
"@types/domutils": "^1.7.4",
"@types/ejs": "^3.1.2",
"@types/html-webpack-plugin": "^3.2.6",
"@types/jest": "^29.4.0",
"@types/node": "^20.8.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-notifications-component": "^3.1.1",
"@types/react-router-hash-link": "^2.4.5",
"@types/react-slick": "^0.23.10",
"@types/sanitize-html": "^2.8.0",
"@types/webpack-bundle-analyzer": "^4.6.0",
"@types/webpack-env": "^1.18.0",
"axios": "^1.6.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.33.2",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.7.3",
"dotenv": "^16.3.1",
"expose-loader": "^4.0.0",
"express": "^4.18.2",
"express-sslify": "^1.2.0",
"file-loader": "^6.2.0",
"graphql": "^16.8.1",
"html-loader": "^4.2.0",
"html-react-parser": "^3.0.9",
"html-webpack-plugin": "^5.5.0",
"jwt-simple": "^0.5.6",
"mini-css-extract-plugin": "^2.7.2",
"moment": "^2.29.4",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-notifications-component": "^4.0.1",
"react-resize-detector": "^8.0.4",
"react-router-dom": "^6.16.0",
"react-router-hash-link": "^2.4.3",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"source-map-loader": "^4.0.1",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.1",
"stylelint-config-recommended-scss": "^9.0.1",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.4",
"typescript": "^5.3.3",
"url-loader": "^4.1.1",
"url-search-params-polyfill": "^8.1.1",
"util": "^0.12.5",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/react-test-renderer": "^18.0.2",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-security": "^1.7.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react-test-renderer": "^18.2.0",
"stylelint": "^15.1.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-scss": "^4.4.0",
"ts-jest": "^29.1.1",
"webpack-dev-server": "^4.15.1"
}
}