-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1019 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
33
34
35
36
{
"name": "tta-basic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "GIT_COMMIT=$(git rev-parse HEAD) next dev",
"build": "GIT_COMMIT=$(git rev-parse HEAD) next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"async-mutex": "^0.4.0",
"csvjson-json2csv": "^1.0.3",
"dayjs": "^1.11.6",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"near-api-js": "^0.44.2",
"next": "13.0.4",
"pg": "^8.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.3"
},
"devDependencies": {
"@nearfoundation/near-prettier-config": "^1.0.1",
"@types/pg": "^8.6.5",
"prettier": "^2.7.1"
},
"prettier": "@nearfoundation/near-prettier-config",
"engines": {
"node": ">=16.0.0 <19.0.0"
}
}