forked from bgrolleman/fixxx-pakjekraam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 4.57 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
{
"name": "@fixxx/pakjekraam",
"version": "0.0.1",
"description": "",
"repository": "https://github.com/Amsterdam/fixxx-pakjekraam.git",
"main": "src/index.ts",
"directories": {
"test": "test"
},
"scripts": {
"db": "pg_ctl -D /usr/local/var/postgres start",
"build": "gulp build",
"build:typescript": "tsc --project tsconfig.json",
"deploy": "time ts-node src/deploy.js",
"clean": "rm -rf dist/* node_modules/.cache/",
"prestart": "npm run deploy",
"dev-server": "( export $(cat .env) && npm run dev)",
"start": "ts-node --transpile-only src/index.ts",
"predev": "npm run build && npm run deploy",
"dev": "ts-node-dev --ignore-watch node_modules src/index.ts",
"allocation": "ts-node src/allocation.ts",
"concept": "ts-node src/concept-allocation.ts",
"allocation-env": "( . .env && npm run allocation)",
"migrate": "( . .env && npx sequelize-cli db:migrate)",
"migrate:undo": "( . .env && npx sequelize-cli db:migrate:undo)",
"import": "echo 'Import skipped. Temporarily disabled.' && exit 0",
"tdd": "jest --watch --verbose --rootDir ./src/",
"test": "jest --verbose --silent --rootDir ./src/",
"lint": "npm run lint:eslint; npm run lint:tslint",
"lint:eslint": "eslint './src/**/*.js' './src/**/*.jsx'",
"lint:tslint": "tslint --project tsconfig.json --config tslint.json './src/**/*.ts' './src/**/*.tsx'",
"lint-fix": "npm run lint-fix:eslint; npm run lint-fix:prettier; npm run lint-fix:tslint",
"lint-fix:eslint": "npm run lint:eslint -- --fix",
"lint-fix:prettier": "prettier --write '**/*.js' '**/*.json' '**/*.jsx' '*.yml'",
"lint-fix:tslint": "npm run lint:tslint -- --fix",
"lint-non-npm": "git ls-files '*.yml' | tr '\n' '\\0' | xargs -0 yamllint",
"prewatch": "npm run clean && npm run build",
"mailing-list": "ts-node src/mailing-list.tsx",
"mail-test": "( . .env && ts-node src/mailing-list.tsx)",
"sass": "gulp watch"
},
"author": "",
"license": "MPL-2.0",
"devDependencies": {
"@types/connect-pg-simple": "4.2.0",
"@types/express": "4.16.0",
"@types/express-session": "1.15.10",
"@types/jest": "23.3.10",
"@types/keycloak-connect": "4.5.1",
"@types/morgan": "1.7.35",
"@types/node": "11.11.5",
"@types/prop-types": "15.7.1",
"@types/qs": "6.5.3",
"@types/react": "16.8.19",
"@types/react-dom": "16.8.4",
"@types/validator": "13.7.0",
"babel-eslint": "10.0.1",
"babel-register": "6.26.0",
"eslint": "6.5.1",
"eslint-config-prettier": "4.3.0",
"eslint-plugin-react": "7.13.0",
"gulp": "4.0.2",
"gulp-clean-css": "4.2.0",
"gulp-sass": "4.0.2",
"husky": "2.3.0",
"jest": "24.8.0",
"lint-staged": "8.1.7",
"lintspaces-cli": "0.7.1",
"node-dev": "4.0.0",
"node-sass": "4.13.1",
"npm-check": "5.9.0",
"prettier": "1.17.1",
"ts-jest": "23.10.5",
"ts-node": "7.0.1",
"tslint": "5.12.0",
"tslint-eslint-rules": "5.4.0",
"typescript": "3.2.2",
"webpack-cli": "3.3.11"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "7.4.4",
"@types/bluebird": "3.5.29",
"@types/cookie-parser": "1.4.2",
"@types/csurf": "1.9.36",
"adm-zip": "0.5.2",
"axios": "0.21.2",
"axios-cache-adapter": "2.3.2",
"axios-logger": "1.0.0",
"bee-queue": "1.4.0",
"bluebird": "3.7.2",
"body-parser": "1.19.0",
"connect-pg-simple": "6.2.1",
"cookie-parser": "1.4.4",
"csurf": "1.10.0",
"dotenv": "8.1.0",
"express": "4.17.1",
"express-react-views": "0.11.0",
"express-session": "1.16.1",
"file-type": "15.0.1",
"formidable": "1.2.1",
"jsonschema": "1.2.5",
"keycloak-admin": "1.12.0",
"keycloak-connect": "6.0.1",
"moment": "2.24.0",
"moment-timezone": "0.5.27",
"morgan": "1.9.1",
"node-cache": "5.1.2",
"node-stream-zip": "1.13.0",
"nodemailer": "6.4.16",
"nodemailer-sendgrid-transport": "0.2.0",
"pg": "7.11.0",
"pg-hstore": "2.3.3",
"pg-pool": "2.0.6",
"prop-types": "15.7.2",
"qs": "6.7.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-qr-svg": "2.2.1",
"read-chunk": "3.2.0",
"rxjs": "6.5.2",
"sequelize": "5.22.4",
"sequelize-cli": "5.5.1",
"sortablejs": "1.10.1",
"ts-node-dev": "1.0.0-pre.44",
"webpack": "4.41.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,json,jsx}": [
"eslint"
],
"src/**/*.{ts,tsx}": [
"npm run lint:tslint"
],
"config/markt/**/*.json": [
"node ./src/check-markt-config.js"
]
}
}