-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 846 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
{
"name": "strava-segments-to-nfts-dapp",
"version": "0.0.1",
"description": "Decentralized application aiming to generate an NFT for each new unique and eligible segment a Strava user runs through. ",
"repository": "[email protected]:alainncls/strava-segments-to-nfts-dapp.git",
"author": "Alain Nicolas",
"scripts": {
"lint": "eslint .",
"prettier:check": "prettier --check \"**/*.{json,md,svg,yml,sol,ts}\"",
"prettier:write": "prettier --write \"**/*.{json,md,svg,yml,sol,ts}\"",
"start": "pnpm --filter=\"./www\" start",
"start:netflify": "netlify dev --filter www"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"netlify-cli": "^17.26.1",
"prettier": "^3.3.1",
"prettier-plugin-solidity": "^1.3.1"
}
}