-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 904 Bytes
/
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
{
"name": "valostore",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"deploy": "next build && next export && touch out/.nojekyll && git add -f out/ && git commit -m 'deploy to gh-pages' && git subtree push --prefix out origin gh-pages"
},
"dependencies": {
"@geist-ui/core": "^2.3.8",
"axios": "^0.26.1",
"axios-cookiejar-support": "^2.0.4",
"next": "12.1.0",
"react": "17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.28.1",
"tough-cookie": "^4.0.0"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "^17.0.42",
"@types/tough-cookie": "^4.0.1",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"typescript": "4.6.2",
"gh-pages": "^4.0.0"
}
}