-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
168 lines (168 loc) · 5.2 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
{
"name": "eoc-app",
"version": "0.0.1",
"description": "EOC APP. End of Coffee app to track office inventory that is running out.",
"main": "server/index.js",
"scripts": {
"build:dev": "webpack --progress",
"build:prod": "webpack --config webpack.config.production.js",
"check": "npm-run-all lint format stylelint",
"clear-demo": "node server/tasks/clearDemoData.js",
"dev": "npm-run-all -p start:server:dev start:client:dev",
"format": "prettier --check \"{client,server}/**/*.{js,jsx}\"",
"format:fix": "prettier --write \"{client,server}/**/*.{js,jsx}\"",
"libs": "scripts/libs.sh -j server/data/libraries.json -m LIBRARIES.md",
"lint": "eslint ./ --ext \".js,.jsx\" --max-warnings=0",
"lint:fix": "eslint ./ --ext \".js,.jsx\" --max-warnings=0 --fix",
"migrate": "migrate-mongo",
"migrate:up": "migrate-mongo up",
"migrate:down": "migrate-mongo down",
"seed": "node server/seed/seedDb.js",
"start:client:dev": "webpack-dev-server --mode development --devtool inline-source-map --hot",
"start:server:dev": "nodemon server/index.js",
"start:server:prod": "node server/index.js",
"stylelint": "stylelint client/**/*.scss --cache",
"stylelint:fix": "stylelint client/src/**/*.scss --cache --fix",
"test": "jest -runInBand --verbose"
},
"author": "Sandstream Development",
"license": "MIT",
"repository": "github:sandstreamdev/eoc",
"dependencies": {
"@formatjs/intl-pluralrules": "2.2.10",
"@formatjs/intl-relativetimeformat": "5.2.10",
"@formatjs/intl-utils": "3.4.1",
"@sandstreamdev/std": "0.5.2",
"@sendgrid/mail": "6.4.0",
"agenda": "2.3.0",
"babel-polyfill": "6.26.0",
"bcryptjs": "2.4.3",
"body-parser": "1.19.0",
"classnames": "2.2.6",
"connect-mongo": "3.2.0",
"cookie-parser": "1.4.4",
"cors": "2.8.5",
"dompurify": "2.0.7",
"dotenv": "8.2.0",
"express": "4.17.1",
"express-session": "1.17.0",
"googleapis": "46.0.0",
"history": "4.10.1",
"html-loader": "^0.5.5",
"lodash": "4.17.15",
"markdown-loader": "^5.1.0",
"migrate-mongo": "7.0.1",
"mongo-sanitize": "1.0.1",
"mongodb": "3.4.1",
"mongoose": "5.8.3",
"nodemailer": "6.4.2",
"normalize.css": "8.0.1",
"passport": "0.4.1",
"passport-google-oauth": "2.0.0",
"passport-local": "1.0.0",
"passport.socketio": "3.7.0",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-cookie-consent": "3.0.0",
"react-dom": "16.12.0",
"react-focus-lock": "2.2.1",
"react-intl": "4.7.5",
"react-linkify": "1.0.0-alpha",
"react-redux": "7.1.3",
"react-router-dom": "5.1.2",
"react-textarea-autosize": "7.1.2",
"react-transition-group": "4.3.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"socket.io": "2.3.0",
"socket.io-client": "2.3.0",
"validator": "12.1.0",
"webpack-pwa-manifest": "4.1.1"
},
"devDependencies": {
"@babel/core": "7.7.7",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/preset-env": "7.7.7",
"@babel/preset-react": "7.7.4",
"autoprefixer": "9.7.3",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-jsx-remove-data-test-id": "2.1.3",
"clean-webpack-plugin": "3.0.0",
"css-loader": "3.4.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.0.1",
"eslint-config-prettier": "6.8.0",
"eslint-import-resolver-webpack": "0.12.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-hooks": "2.3.0",
"file-loader": "5.0.2",
"html-webpack-plugin": "3.2.0",
"husky": "3.1.0",
"identity-obj-proxy": "3.0.0",
"jest": "24.9.0",
"jest-cli": "24.9.0",
"jest-enzyme": "7.1.2",
"jest-fetch-mock": "3.0.0",
"lint-staged": "9.5.0",
"mini-css-extract-plugin": "0.9.0",
"node-sass": "4.13.0",
"nodemon": "2.0.2",
"npm-run-all": "4.1.5",
"optimize-css-assets-webpack-plugin": "5.0.3",
"postcss-loader": "3.0.0",
"prettier": "1.19.1",
"redux-devtools-extension": "2.13.8",
"redux-mock-store": "1.5.4",
"sass-loader": "8.0.0",
"style-loader": "1.1.2",
"stylelint": "12.0.1",
"stylelint-config-recommended": "3.0.0",
"stylelint-scss": "3.13.0",
"supertest": "4.0.2",
"terser-webpack-plugin": "2.3.1",
"url-loader": "3.0.0",
"webpack": "4.41.4",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.10.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm run test",
"pre-push": "npm run check && npm run test"
}
},
"lint-staged": {
"**/{**/!(*.min).js,*.jsx,*.json,*.scss,*.css,*.md}": [
"prettier --write",
"git add"
],
"**/{**/!(*.min).js,*.jsx}": [
"eslint -c .eslintrc --fix",
"echo test",
"git add"
],
"**/*.scss": [
"stylelint --syntax scss",
"git add"
]
},
"jest": {
"projects": [
"client/tests/jest.config.js",
"server/tests/jest.config.js"
]
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
}
}