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
129 lines (129 loc) · 4.27 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.27 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
{
"name": "appersonautomotive.com",
"version": "2.5.0",
"description": "appersonautomotive.com",
"main": "dist/index.html",
"repository": {
"url": "git+ssh://git@github.com/WebJamApps/AppersonAuto.git",
"type": "git"
},
"author": "https://github.com/orgs/WebJamApps/teams/the-95-theses",
"engines": {
"node": ">=20.15.1 <21",
"npm": ">=10.7.0 <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 --env production",
"cc": "codeclimate analyze -f html > codeclimate.html",
"start": "webpack serve --node-env=development --env --inline",
"test:lint-fix": "npm run test:stylelint && eslint . --ext .js,.ts,.tsx --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 --no-cache --runInBand",
"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",
"test:stylelint": "stylelint \"static/**/*.scss\""
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"@types/core-js": "^2.5.4",
"@types/domutils": "^1.7.2",
"@types/ejs": "^3.0.1",
"@types/html-webpack-plugin": "latest",
"@types/node": "^20.9.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-html-parser": "^2.0.1",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.4",
"@types/sanitize-html": "^1.22.0",
"@types/webpack-bundle-analyzer": "^4.6.0",
"@types/webpack-env": "^1.18.1",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.31.1",
"crypto-browserify": "^3.10.0",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"expose-loader": "latest",
"express": "^4.18.2",
"express-sslify": "^1.2.0",
"file-loader": "latest",
"html-loader": "latest",
"html-webpack-plugin": "latest",
"jsonwebtoken": "^9.0.0",
"mini-css-extract-plugin": "latest",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-resize-detector": "^9.1.0",
"react-router-dom": "^5.2.1",
"react-router-hash-link": "latest",
"react-slick": "^0.29.0",
"regenerator-runtime": "latest",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.69.5",
"sass-loader": "^12.6.0",
"slick-carousel": "^1.8.1",
"snyk": "^1.1064.0",
"source-map-loader": "latest",
"stream-browserify": "^3.0.0",
"style-loader": "latest",
"stylelint-config-recommended-scss": "latest",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"url-loader": "latest",
"url-search-params-polyfill": "latest",
"util": "^0.12.3",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@testing-library/jest-dom": "latest",
"@testing-library/react": "^14.0.0",
"@types/expect-puppeteer": "latest",
"@types/jest": "^29.5.3",
"@types/jsonwebtoken": "^8.5.4",
"@types/react-test-renderer": "latest",
"@types/redux-mock-store": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest",
"eslint-config-airbnb": "latest",
"eslint-config-airbnb-typescript": "latest",
"eslint-plugin-es": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-json": "latest",
"eslint-plugin-jsx-a11y": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "latest",
"eslint-plugin-security": "latest",
"identity-obj-proxy": "latest",
"jest": "latest",
"jest-environment-jsdom": "^29.4.3",
"react-test-renderer": "^18.2.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-scss": "^5.3.1",
"ts-jest": "^29.1.1",
"webpack-dev-server": "^4.15.1"
},
"snyk": true
}