-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 874 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 874 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
29
30
31
32
33
34
35
36
{
"name": "nft-plutus",
"version": "1.0.0",
"private": true,
"description": "nft-plutus",
"author": "alessandrokonrad",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"autoprefixer": "^10.4.7",
"gatsby": "^4.13.1",
"gatsby-plugin-postcss": "^5.13.0",
"lucid-cardano": "^0.2.2",
"postcss": "^8.4.13",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.16",
"gh-pages": "^3.2.3",
"typescript": "^4.6.4"
}
}