-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.43 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
{
"name": "@hexlet/code",
"version": "1.0.0",
"description": "frontend-project-lvl4",
"main": "src/index.js",
"type": "module",
"engines": {
"node": "16.x"
},
"scripts": {
"test": "echo 'TODO'",
"prebuild": "rm -rf dist",
"build": "NODE_ENV=production npx webpack --mode production",
"start": "node bin/slack.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lociero/frontend-project-lvl4.git"
},
"keywords": [
"react",
"redux",
"heroku",
"node"
],
"author": "megaded",
"license": "ISC",
"bugs": {
"url": "https://github.com/lociero/frontend-project-lvl4/issues"
},
"homepage": "https://github.com/lociero/frontend-project-lvl4#readme",
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"core-js": "^3.19.1",
"fastify": "^3.23.0",
"fastify-formbody": "^5.1.0",
"fastify-jwt": "^3.2.1",
"fastify-secure-session": "^3.0.0",
"fastify-sensible": "^3.1.2",
"fastify-socket.io": "^2.0.1",
"fastify-static": "^4.5.0",
"formik": "^2.2.9",
"http-errors": "^1.8.0",
"lodash": "^4.17.21",
"pino-pretty": "^7.2.0",
"point-of-view": "^4.15.2",
"pug": "^3.0.2",
"react": "^17.0.2",
"react-bootstrap": "^2.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.1",
"regenerator-runtime": "^0.13.9",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@babel/node": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-functional": "^4.0.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.4.4",
"node-sass": "^6.0.1",
"nodemon": "^2.0.14",
"postcss-loader": "^6.2.0",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.62.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
}
}