-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 2.77 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
{
"name": "kipper-jeans",
"version": "2.1.0",
"private": true,
"author": "Rhayner Rossmann",
"description": "React version of Material Dashboard 2 by Creative Tim",
"repository": {
"type": "git",
"url": "git+https://github.com/RhaynerRS/kiper-jeans"
},
"engines": {
"node": "14 || 15 || 16",
"npm": ">=6"
},
"dependencies": {
"@emotion/cache": "11.7.1",
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@mui/icons-material": "5.4.1",
"@mui/material": "5.4.1",
"@mui/styled-engine": "5.4.1",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"axios": "^0.27.2",
"chart.js": "3.4.1",
"chroma-js": "2.4.2",
"concurrently": "^7.3.0",
"cross-env": "^7.0.3",
"dayjs": "^1.11.5",
"express": "^4.18.1",
"mkcert": "^1.5.1",
"mongodb": "^4.9.0",
"mongoose": "^6.5.2",
"prop-types": "15.8.1",
"qs": "^6.11.0",
"react": "17.0.2",
"react-chartjs-2": "3.0.4",
"react-dom": "17.0.2",
"react-github-btn": "1.2.1",
"react-router-dom": "6.2.1",
"react-scripts": "5.0.0",
"react-select": "^5.4.0",
"react-table": "7.7.0",
"stylis": "4.0.13",
"stylis-plugin-rtl": "^2.1.1",
"web-vitals": "2.1.4",
"yup": "0.32.11"
},
"homepage": "./",
"scripts": {
"start": "cross-env HTTPS=true SSL_CRT_FILE=localhost.pem SSL_KEY_FILE=localhost-key.pem react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"neutralino:serve": "concurrently -k \"cross-env BROWSER=none npm run start\" \"npm run neutralino:start\"",
"neutralino:build": "npm run build && neu build",
"neutralino:start": "wait-on tcp:3000 && neu run --frontend-lib-dev",
"open": "concurrently -k \"npm run electron:serve\" \"cd server && npm run server\""
},
"build": {
"extends": null,
"appId": "com.example.electron-cra",
"files": [
"dist/**/*",
"build/**/*",
"node_modules/**/*",
"package.json"
],
"directories": {
"buildResources": "assets"
}
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "8.8.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"wait-on": "^6.0.1",
"prettier": "2.5.1"
}
}