-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "xiangyin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build:static": "next build && next export",
"deploy-gh-pages": "NEXT_PUBLIC_BASE_PATH=/xiangyin NEXT_PUBLIC_ASSET_PREFIX=/xiangyin/ yarn build:static && touch out/.nojekyll && gh-pages -d out -t",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@types/cookies": "^0.7.7",
"@types/js-cookie": "^3.0.1",
"core-js": "^3.21.1",
"focus-visible": "^5.2.0",
"framer-motion": "^6",
"next": "12.1.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.3.1",
"react-textarea-autosize": "^8.3.3",
"yitizi": "^0.1.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"jest": "^27.5.1",
"json-stringify-pretty-compact": "^3.0.0",
"lodash": "^4.17.21",
"next-pwa": "^5.6.0",
"stable-hash": "^0.0.2",
"typescript": "4.6.3"
}
}