-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
169 lines (169 loc) · 6.53 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "@sttm/web",
"version": "1.18.0",
"description": "Sevadaars are currently working hard to build a newer version of SikhiToTheMax website using modern web technologies.",
"main": "index.js",
"engines": {
"node": "14.x"
},
"scripts": {
"pre-push-message": "echo \"Before your push gets submitted to remote, we'll like to run some tests to avoid wasting your, reviewers' and CI's time. Thank you for being patient!\"",
"server": "node -r esm server",
"start": "npm run server",
"dev": "npm run watch",
"cypress:open": "cypress open",
"cypress:record": "cypress run --record",
"watch": "run-p watch:*",
"watch:webpack": "webpack --watch && npm run generate-service-worker",
"watch:css": "nodemon --watch src -e scss -x \"node-sass --output-style nested --source-map true --include-path src/scss src/scss/style.scss public/assets/css/bundle.css\"",
"watch:server": "nodemon --watch 'public/assets/js/manifest.json' --exec npm run start",
"test": "npm-run-all test:*",
"test:lint": "run-p test:lint:*",
"test:lint:js": "run-p test:lint:js:*",
"test:lint:js:eslint": "eslint server/ common/",
"test:lint:js:ignore:tslint": "tslint --project . -t stylish",
"test:unit": "NODE_ENV=test jest --env=jest-environment-jsdom-sixteen --no-cache --config jest.config.js",
"updatetest": "NODE_ENV=test jest --env=jest-environment-jsdom-sixteen --no-cache --config jest.config.js --updateSnapshot",
"webpack-stats": "webpack --json > stats.json && open https://chrisbateman.github.io/webpack-visualizer/",
"build": "run-p build:*",
"build:css": "node-sass --output-style compressed --include-path src/scss src/scss/style.scss public/assets/css/bundle.css",
"build:webpack": "webpack && npm run generate-service-worker",
"generate-service-worker": "node scripts/generate-sw.js",
"deploy": "git checkout dev && git pull origin && git push web",
"deploy:prod": "npm-run-all deploy:prod:*",
"deploy:prod:build": "NODE_ENV=production npm run build",
"deploy:prod:clean": "rm -rf .editorconfig .gitignore .github .stylelintrc .vscode stats.json webpack.config.js src LICENSE CONTRIBUTING.md README.md jest",
"deploy:prod:pm2": "kill_service_worker=0 NODE_ENV=production pm2 start server --update-env --name=\"sttm-prod\" --node-args=\"-r esm\"",
"deploy:dev": "npm-run-all deploy:dev:*",
"deploy:dev:build": "NODE_ENV=development npm run build",
"deploy:dev:clean": "npm run deploy:prod:clean",
"deploy:dev:pm2": "kill_service_worker=0 NODE_ENV=development pm2 start server --update-env --name=\"sttm-dev\" --node-args=\"-r esm\"",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KhalisFoundation/SikhiToTheMax-Web.git"
},
"keywords": [],
"author": "",
"license": "OSL-3.0",
"bugs": {
"url": "https://github.com/KhalisFoundation/SikhiToTheMax-Web/issues"
},
"homepage": "https://github.com/KhalisFoundation/SikhiToTheMax-Web#readme",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^13.1.5",
"@types/classnames": "^2.3.1",
"@types/jest": "^23.3.14",
"@types/jsonwebtoken": "^8.5.1",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/sortablejs": "^1.10.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.0",
"cypress": "^13.12.0",
"eslint": "^5.16.0",
"eslint-plugin-cypress": "^2.11.1",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-react": "^7.20.0",
"husky": "^7.0.4",
"jest": "^26.6.3",
"jest-environment-jsdom-sixteen": "^1.0.3",
"less": "^3.12.2",
"less-loader": "^7.0.2",
"node-sass": "^7.0.3",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.17",
"prop-types": "^15.7.2",
"react-test-renderer": "^16.13.1",
"redux-mock-store": "^1.5.4",
"regenerator-runtime": "^0.13.5",
"replace-in-file": "^3.4.4",
"style-loader": "^2.0.0",
"stylelint": "^14.13.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-order": "^2.2.1",
"terser-webpack-plugin": "^1.4.4",
"ts-jest": "^29.0.3",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-manifest-plugin": "^2.2.0"
},
"standard": {
"ignore": [
"assets/js"
]
},
"dependencies": {
"@sttm/banidb": "^2.2.4",
"ajv-keywords": "^3.4.1",
"axios": "^0.21.2",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"dotenv": "^9.0.2",
"esm": "^3.2.25",
"express": "^4.17.1",
"jsonwebtoken": "^9.0.0",
"lodash.throttle": "^4.1.1",
"lru": "^3.1.0",
"mariadb": "^2.5.3",
"marinate": "^0.1.5",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-saml": "^3.2.2",
"postcss-root-to-json": "0.0.0",
"react": "^16.13.1",
"react-date-picker": "^8.0.3",
"react-device-detect": "^2.1.2",
"react-dom": "^16.13.1",
"react-h5-audio-player": "^3.4.1",
"react-hotkeys": "^2.0.0",
"react-intersection-observer": "^8.27.1",
"react-query": "^3.19.0",
"react-range": "^1.6.6",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-select": "^5.7.4",
"react-smartbanner": "^5.1.4",
"react-sortablejs": "^6.0.0",
"react-toastify": "^6.0.9",
"react-tooltip": "^5.27.0",
"redux": "^4.0.5",
"redux-debounced": "^0.5.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sortablejs": "^1.13.0"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5"
}
}