forked from lovincyrus/cosmonauts-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 885 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
{
"name": "cosmonauts-world",
"description": "Projects in the Cosmos and Tendermint ecosystem",
"version": "0.1.0",
"homepage": "https://cosmonauts.world",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.8.0",
"@zeit/next-css": "^1.0.1",
"framer-motion": "^1.6.15",
"next": "^9.1.6",
"react": "16.9.0",
"react-clipboard.js": "^2.0.16",
"react-dom": "16.9.0",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"postcss-loader": "^3.0.0",
"tailwindcss": "^1.1.2"
}
}