forked from fossabot/docs.archit.us
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.66 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.66 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "docs.archit.us",
"description": "General purpose Discord bot supporting advanced role management, custom emotes for non-nitro users, configurable response commands, and more.",
"version": "1.0.0",
"author": "architus",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@mdx-js/mdx": "^1.0.27",
"@mdx-js/react": "^1.0.27",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"gatsby": "^2.13.9",
"gatsby-image": "^2.2.4",
"gatsby-plugin-catch-links": "^2.1.0",
"gatsby-plugin-mdx": "^1.0.13",
"gatsby-plugin-nprogress": "^2.1.0",
"gatsby-plugin-offline": "^2.2.1",
"gatsby-plugin-react-helmet": "^3.1.0",
"gatsby-plugin-react-svg": "^2.0.0-beta1",
"gatsby-plugin-sass": "^2.1.0",
"gatsby-plugin-sharp": "^2.2.8",
"gatsby-plugin-sitemap": "^2.2.1",
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-remark-copy-linked-files": "^2.1.4",
"gatsby-remark-embed-snippet": "^4.1.2",
"gatsby-remark-images": "^3.1.6",
"gatsby-remark-prismjs": "^3.3.4",
"gatsby-remark-responsive-iframe": "^2.2.1",
"gatsby-remark-slug": "^0.1.0",
"gatsby-remark-smartypants": "^2.1.0",
"gatsby-source-filesystem": "^2.1.2",
"gatsby-source-graphql": "^2.1.21",
"gatsby-transformer-sharp": "^2.2.1",
"gatsby-transformer-yaml": "^2.2.4",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"babel-preset-gatsby": "^0.2.1",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"node-sass": "^4.12.0",
"prettier": "^1.18.2"
},
"keywords": [
"docs",
"gatsby",
"mdx",
"react",
"discord-bot"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"lint": "eslint ./src/**/*.js ./src/**/*.jsx",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/architus/docs.archit.us"
},
"bugs": {
"url": "https://github.com/architus/docs.archit.us/issues"
}
}