-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
144 lines (144 loc) · 4.7 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
{
"name": "@trekapp/admin",
"version": "1.0.0",
"description": "track and monitor user activities",
"main": "index.js",
"scripts": {
"test:client": "",
"test:server": "",
"develop:server": "TS_NODE_PROJECT='server/tsconfig.json' nodemon --watch 'server/app/**/*' --watch 'server/types/**/*' -e ts --exec ts-node ./server/bin/api",
"develop:client": "webpack-dev-server --config ./client/webpack/development.js --host 0.0.0.0",
"build:client": "NODE_ENV=production webpack --config ./client/webpack/production.js",
"build:server": "tslint -p ./server/tsconfig.json && rimraf dist/server && npm run test:server && tsc -p ./server/tsconfig.production.json",
"build": "rimraf dist && npm run build:client && npm run build:server",
"start": "NODE_ENV=production node dist/server/bin/api"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raminious/trek.git"
},
"keywords": [
"hotjar",
"fullstory",
"logrocket",
"track",
"record",
"rrweb",
"screen",
"analytics"
],
"author": "raminious",
"license": "ISC",
"bugs": {
"url": "https://github.com/raminious/trek/issues"
},
"homepage": "https://github.com/raminious/trek#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"browserslist": "> 0.25%, not dead",
"dependencies": {
"@apollo/client": "^3.0.2",
"@hookform/resolvers": "^0.1.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@types/express": "^4.17.7",
"@types/lodash": "^4.14.158",
"@types/module-alias": "^2.0.0",
"@types/mongoose": "^5.7.32",
"@types/node": "^14.0.26",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/react-loadable": "^5.5.3",
"@types/react-router-dom": "^5.1.5",
"@types/webpack": "^4.41.21",
"@types/yup": "^0.29.3",
"apollo-server-express": "^2.16.0",
"body-parser": "^1.19.0",
"bowser": "^2.10.0",
"clean-webpack-plugin": "^3.0.0",
"clipboard-copy": "^3.1.0",
"commander": "^6.0.0",
"copy-webpack-plugin": "^6.0.3",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"css-loader": "^3.6.0",
"dotenv": "^8.2.0",
"dotenv-webpack": "^2.0.0",
"express": "^4.17.1",
"express-validator": "^6.6.0",
"fecha": "^4.2.0",
"fork-ts-checker-notifier-webpack-plugin": "^3.0.0",
"fork-ts-checker-webpack-plugin": "^5.0.9",
"graphql": "^15.3.0",
"graphql-compose": "^7.18.1",
"graphql-compose-mongoose": "^7.4.1",
"graphql-voyager": "^1.0.0-rc.31",
"html-webpack-plugin": "^4.3.0",
"lodash": "^4.17.19",
"mini-css-extract-plugin": "^0.9.0",
"module-alias": "^2.2.2",
"mongoose": "^5.9.25",
"notistack": "^0.9.17",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-form": "^6.1.0",
"react-router-dom": "^5.2.0",
"react-use": "^15.3.2",
"rimraf": "^3.0.2",
"rrweb-player": "^0.4.6",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.7",
"ts-node": "^8.10.2",
"tslint": "^6.1.2",
"typescript": "^3.9.7",
"uglify-js": "^3.10.0",
"unused-files-webpack-plugin": "^3.4.0",
"webpack": "^4.43.0",
"webpack-merge": "^5.0.9",
"yup": "^0.29.2"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-angular": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"http-server": "^0.12.3",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}