-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.9 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
{
"name": "user-stack",
"version": "1.0.0",
"description": "UserStack",
"keywords": [],
"main": "back/UserStackServer.js",
"scripts": {
"build": "webpack --config front/tools/webpack.prod.js ",
"watch": "webpack --watch --config front/tools/webpack.dev.js",
"start": "node back/UserStackServer.js",
"beforecommit": "npm run build"
},
"homepage": "https://github.com/ArthurBeaulieu/UserStack",
"repository": {
"type": "git",
"url": "git+https://github.com/ArthurBeaulieu/UserStack.git"
},
"bugs": {
"url": "https://github.com/ArthurBeaulieu/UserStack/issues"
},
"author": "Arthur Beaulieu",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"cssnano": "^4.1.10",
"eslint": "^7.13.0",
"eslint-webpack-plugin": "^2.2.1",
"file-loader": "^6.2.0",
"jsdoc": "^3.6.6",
"mini-css-extract-plugin": "^1.3.1",
"node-sass": "^4.14.1",
"postcss": "^8.1.7",
"postcss-import": "^13.0.0",
"postcss-loader": "^4.0.4",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^10.1.0",
"stylelint": "^13.8.0",
"stylelint-webpack-plugin": "^2.1.1",
"tui-jsdoc-template": "^1.2.2",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0",
"webpack-merge": "^5.3.0"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"canvas": "^2.7.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.2.1",
"i18n": "^0.13.2",
"image-size": "^0.9.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.16",
"multer": "^1.4.2",
"nodemailer": "^6.5.0",
"socket.io": "^3.1.2"
}
}