-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.78 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
{
"name": "@aventum/docs",
"description": "Aventum documentations website!",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "Mohammed Al-Mahdawi",
"email": "mohammed@al-mahdawi.com",
"url": "https://al-mahdawi.com"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:docker": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"build-n-deploy": "gatsby build && gh-pages -d public",
"deploy": "gh-pages -d public",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.1",
"@mdx-js/react": "^1.6.1",
"animate.css": "^3.7.2",
"clipboard": "^2.0.6",
"gatsby": "^2.19.45",
"gatsby-plugin-breadcrumb": "^9.0.1",
"gatsby-plugin-catch-links": "^2.2.1",
"gatsby-plugin-mdx": "^1.2.6",
"gatsby-plugin-postcss": "^2.1.22",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-remark-copy-linked-files": "^2.3.15",
"gatsby-remark-images": "^3.2.1",
"gatsby-remark-prismjs": "^3.4.0",
"gatsby-source-filesystem": "^2.1.56",
"github-slugger": "^1.3.0",
"prism-react-renderer": "^1.1.0",
"prismjs": "^1.19.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-icons": "^3.9.0"
},
"devDependencies": {
"autoprefixer": "^9.7.4",
"eslint-config-react-app": "^5.2.1",
"gh-pages": "^3.1.0",
"prettier": "^1.19.1",
"tailwindcss": "^1.8.7"
},
"repository": {
"type": "git",
"url": "https://github.com/TryAventum/docs"
},
"bugs": {
"url": "https://github.com/TryAventum/docs/issues"
}
}