-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.31 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
{
"name": "firefly",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npm run copy-icon && next build",
"start": "next start",
"test": "jest",
"lint": "next lint",
"copy-icon": "node scripts/copy-icons.mjs"
},
"dependencies": {
"@mdi/js": "^6.7.96",
"@mdi/react": "^1.6.0",
"classnames": "^2.3.1",
"cookie": "^0.5.0",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.4",
"joi": "^17.6.0",
"next": "^12.1.6",
"node-html-parser": "^5.3.3",
"rc-table": "^7.24.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-toastify": "^9.0.3",
"react-use": "^17.4.0",
"react-virtual": "^2.10.4",
"reactjs-popup": "^2.0.5",
"swr": "^1.3.0",
"webdav": "^4.10.0",
"yaml": "^2.1.1"
},
"devDependencies": {
"@mdi/svg": "^6.7.96",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@types/cookie": "^0.5.1",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.40",
"@types/react": "^17.0.45",
"eslint": "^8.17.0",
"eslint-config-next": "^12.1.6",
"jest": "^28.1.0",
"jest-fetch-mock": "^3.0.3",
"node-mocks-http": "^1.11.0",
"prettier": "^2.6.2",
"simple-icons": "^7.0.0",
"typescript": "^4.7.3",
"webdav-server": "^2.6.2"
}
}