-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 804 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 804 Bytes
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": "charm-docs",
"version": "0.3.0",
"description": "Docs for Charm UI Framework",
"author": "Nursultan Berkimbay",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"postbuild": "mv public docs/"
},
"dependencies": {
"charm-ui": "^0.9.14",
"gatsby": "^2.0.33",
"highlight.js": "^9.13.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"remark-highlight.js": "^5.0.0",
"remark-slug": "^5.1.1"
},
"devDependencies": {
"@mdx-js/mdx": "^0.16.5",
"@mdx-js/tag": "^0.16.1",
"gatsby-mdx": "^0.2.0",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-transformer-remark": "^2.1.13"
},
"browserslist": [
"> 1%"
]
}