-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
60 lines (60 loc) · 1.56 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
{
"name": "portal-lite",
"version": "2.0.0",
"private": false,
"dependencies": {
"@apollo/client": "^3.7.1",
"@authing/react-ui-components": "3.1.40",
"body-scroll-lock": "^3.1.5",
"darkmode-js": "^1.5.7",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"deepmerge": "^4.2.2",
"file-saver": "^2.0.5",
"gapi-script": "^1.2.0",
"graphql": "^16.6.0",
"jinrishici": "^1.0.6",
"react": "^18.2.0",
"react-clock": "^3.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-icons": "^4.6.0",
"react-intersection-observer": "^9.4.0",
"react-loading-skeleton": "^3.1.0",
"react-router-dom": "^6.4.3",
"react-toast-notifications": "^2.5.1",
"relationship.js": "^1.2.0",
"rooks": "^7.4.1",
"sortablejs": "^1.15.0",
"styled-components": "^5.3.6",
"styled-reset": "^4.4.2",
"swiper": "^8.4.4",
"swr": "^1.3.0",
"timeago.js": "^4.0.2",
"uniqolor": "^1.0.2",
"uselanguage": "^1.2.1"
},
"homepage": "https://nicegoodthings.com",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"prepare": "husky install"
},
"engines": {
"node": ">=15.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.2.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"vite": "^3.2.2"
}
}