-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.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
{
"homepage": "https://crmlab.zapto.org/",
"license": "MIT",
"version": "0.1.0",
"scripts": {
"build": "react-scripts build",
"dev-server": "fastify start -l info -P -w ./server/app.js",
"eject": "react-scripts eject",
"precommit": "pretty-quick --staged",
"start": "react-scripts start",
"start-server": "fastify start -l info -p 8000 ./server/app.js",
"test": "react-scripts test --env=jsdom",
"test-server": "tap ./server/test/**/*.test.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.4",
"axios": "^0.21.1",
"bluebird": "^3.5.5",
"bootstrap": "^4.3.1",
"connected-react-router": "4.5.0",
"fastify": "^2.15.1",
"fastify-autoload": "^1.0.0",
"fastify-cli": "^1.2.0",
"fastify-cors": "^2.1.3",
"fastify-plugin": "^1.5.0",
"fastify-sequelize": "^1.0.4",
"fastify-swagger": "^2.4.0",
"mariadb": "^2.1.1",
"react": "16.9.0",
"react-bootstrap-table-next": "^3.2.0",
"react-bootstrap-table2-filter": "^1.2.0",
"react-dom": "16.9.0",
"react-redux": "5.1.1",
"react-router": "4.4.0-beta.8",
"react-router-dom": "4.4.0-beta.8",
"react-smart-toaster": "^0.0.4",
"react-testing-library": "^8.0.1",
"redux": "4.0.4",
"redux-thunk": "2.3.0",
"sanitize.css": "7.0.3",
"sequelize": "^5.18.4",
"serve": "10.1.2"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"mocha": "^6.2.0",
"mockery": "^2.1.0",
"nodemon": "^1.18.7",
"nyc": "^14.1.1",
"prettier": "1.18.2",
"react-scripts": "3.4.1",
"should": "~4.0.4",
"supertest": "^3.0.0",
"tap": "^12.5.3"
},
"engines": {
"node": ">=12.16.1",
"npm": "6.4.1"
}
}