-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "dashboard",
"version": "1.0.0",
"description": "My personal Dashboard",
"author": "TomMalbran",
"license": "MIT",
"repository": "TomMalbran/Dashboard",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"dependencies": {
"jwt-decode": "^4.0.0"
},
"peerDependencies": {
"@tinymce/tinymce-react": "^5.1.1",
"emoji-picker-react": "^4.4.8",
"prop-types": "^15.8.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-pdf": "^5.2.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@tinymce/tinymce-react": "^5.1.1",
"@types/react": "^18.3.11",
"@types/styled-components": "^5.1.34",
"eslint": "^8.16.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-standard": "^4.1.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0"
}
}