forked from ourzora/doge-nft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 823 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
{
"name": "create-next-app-default",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.4.0",
"@svgr/webpack": "^5.5.0",
"@types/react": "^17.0.5",
"@zoralabs/nft-components": "^0.0.19",
"@zoralabs/nft-hooks": "^0.4.3",
"babel-plugin-inline-react-svg": "^2.0.1",
"granim": "^2.0.0",
"merge-anything": "^4.0.1",
"next": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-youtube": "^7.13.1",
"rm": "^0.1.8",
"sass": "^1.32.12",
"tslib": "^2.2.0"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss-custom-media": "^8.0.0"
}
}