-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
156 lines (156 loc) · 4.81 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
{
"name": "queue",
"version": "2.0.0",
"description": "",
"main": "node server.js",
"scripts": {
"dev": "NODE_ENV=development ts-node --type-check --compiler-options '{\"module\":\"commonjs\"}' src/server.ts",
"dev-watch": "nodemon src/server.ts",
"build": "rimraf build nextbuild && cpx \"src/**/*\" nextbuild && next build ./nextbuild && tsc --project tsconfig.server.json && cpx \"nextbuild/.next/**/*\" build/.next && cpx \"src/static/**/*\" build/static/",
"start": "NODE_ENV=production node build/server.js",
"test": "NODE_ENV=test jest",
"test-sequential": "NODE_ENV=test jest --runInBand",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src",
"fix-lint": "npm run lint -- --fix",
"typecheck": "npx tsc --noEmit",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"prettier-diff": "prettier --list-different \"src/**/*.{js,jsx,ts,tsx}\"",
"start:admissioncontrol": "node example-admission-control/api.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-brands-svg-icons": "^5.8.1",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@illinois/react-use-local-storage": "^1.1.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"@zeit/next-typescript": "^1.1.1",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"classnames": "^2.2.6",
"co": "^4.6.0",
"cookie-parser": "^1.4.4",
"dotenv-flow": "^3.2.0",
"express": "^4.16.4",
"express-urlrewrite": "^1.2.0",
"express-validator": "^5.3.1",
"hoist-non-react-statics": "^3.3.0",
"http-status": "^1.3.2",
"isomorphic-unfetch": "^3.0.0",
"json-patch": "^0.7.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mysql2": "^1.6.5",
"next": "^8.0.4",
"next-cookies": "^1.1.2",
"next-page-transitions": "^1.0.0-beta.2",
"next-redux-wrapper": "^3.0.0-alpha.2",
"next-routes": "^1.4.2",
"node-sass": "^5.0.0",
"normalizr": "^3.3.0",
"pg": "^7.9.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-bootstrap-typeahead": "^4.0.0-alpha.9",
"react-dom": "^16.8.6",
"react-flip-move": "^3.0.3",
"react-fontawesome": "^1.6.1",
"react-hanger": "^1.2.0",
"react-markdown": "^4.0.6",
"react-moment": "^0.9.2",
"react-redux": "^7.0.1",
"react-select": "^2.4.3",
"react-switch": "^4.1.0",
"react-toastify": "^5.0.1",
"react-transition-group": "^2.9.0",
"reactstrap": "^8.0.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sequelize": "^5.3.4",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"styled-jsx": "^3.2.1",
"supertest-session": "^4.0.0",
"umzug": "^2.2.0",
"use-debounce": "^1.1.2",
"uuid": "^3.3.2",
"validator": "^10.11.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/co": "^4.6.0",
"@types/dotenv": "^6.1.1",
"@types/dotenv-flow": "^3.1.0",
"@types/express": "^4.16.1",
"@types/next": "^8.0.3",
"@types/react-bootstrap-typeahead": "^3.4.4",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.0.8",
"@types/reactstrap": "^8.0.1",
"@types/socket.io": "^2.1.2",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"cpx": "^1.5.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"husky": "^1.3.1",
"jest": "^24.7.1",
"jest-enzyme": "^7.0.2",
"nodemon": "^1.18.11",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0",
"react-test-renderer": "^16.8.6",
"rimraf": "^2.6.3",
"sequelize-cli": "^5.5.1",
"sqlite3": "^5.0.1",
"supertest": "^4.0.2",
"ts-jest": "^24.0.2",
"ts-node": "^8.1.0",
"typescript": "^3.4.4"
},
"jest": {
"setupFilesAfterEnv": [
"./src/test/setup.js"
],
"testRegex": "src/.*test.js",
"collectCoverage": true,
"testEnvironment": "node",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"transform": {
"^.+\\.tsx?$": "ts-jest",
"^.+\\.jsx?$": "babel-jest"
},
"moduleNameMapper": {
"\\.(css|less|sass|scss)$": "<rootDir>/src/test/styleMock.js"
}
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}