forked from talentprotocol/ecosystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 669 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 669 Bytes
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
{
"name": "@talentprotocol/ecosystem",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"graph": "turbo run build --graph=graph.svg"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@types/axios": "^0.14.0",
"@types/node": "^17.0.12",
"@types/styled-components": "^5.1.26",
"prettier": "latest",
"turbo": "latest"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"axios": "^1.3.0",
"styled-components": "^5.3.6"
},
"packageManager": "pnpm@7.4.1"
}