-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.32 KB
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
37
38
39
40
41
42
43
44
45
{
"name": "@theronin/arweave-gql-guide",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/TheLoneRonin/ArweaveGraphQLGuide.git",
"author": "The Lone Ronin <log2n@protonmail.com>",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export -o build",
"lint": "eslint ./**/*.{ts,tsx,js,jsx}"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@zeit/next-css": "^1.0.1",
"arweave": "^1.9.1",
"babel-plugin-styled-components": "^1.11.1",
"emotion-theming": "^10.0.27",
"eslint": "^7.5.0",
"eslint-plugin-simple-import-sort": "5.0.3",
"next": "^9.5.1",
"next-fonts": "^1.4.0",
"next-images": "^1.4.1",
"next-redux-wrapper": "^6.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"react-syntax-highlighter": "^15.2.0",
"styled-components": "^5.1.1",
"typescript": "^3.9.7"
},
"devDependencies": {
"@types/node": "^14.0.27",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.1",
"@types/superagent": "^4.1.9",
"@typescript-eslint/eslint-plugin": "3.6.0",
"@typescript-eslint/parser": "3.6.0"
}
}