UNPKG

1.44 kBJSONView Raw
1{
2 "name": "npm-cli-docs",
3 "description": "npm cli docs",
4 "version": "0.1.0",
5 "author": "Tanya Brassie <tanyabrassie@tanyascmachine2.home>",
6 "license": "Artistic-2.0",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/npm/cli"
10 },
11 "dependencies": {
12 "babel-plugin-styled-components": "^1.10.6",
13 "eslint": "^6.3.0",
14 "gatsby": "^2.18.17",
15 "gatsby-image": "^2.2.37",
16 "gatsby-plugin-catch-links": "^2.1.21",
17 "gatsby-plugin-ipfs": "^2.0.2",
18 "gatsby-plugin-manifest": "^2.2.34",
19 "gatsby-plugin-no-sourcemaps": "^2.1.1",
20 "gatsby-plugin-offline": "^3.0.30",
21 "gatsby-plugin-prefetch-google-fonts": "^1.4.3",
22 "gatsby-plugin-react-helmet": "^3.1.18",
23 "gatsby-plugin-root-import": "^2.0.5",
24 "gatsby-plugin-sharp": "^2.3.10",
25 "gatsby-plugin-styled-components": "^3.1.16",
26 "gatsby-remark-autolink-headers": "^2.1.21",
27 "gatsby-remark-prismjs": "^3.3.28",
28 "gatsby-source-filesystem": "^2.1.43",
29 "gatsby-transformer-remark": "^2.6.45",
30 "prismjs": "^1.17.1",
31 "prop-types": "^15.7.2",
32 "react": "^16.9.0",
33 "react-dom": "^16.9.0",
34 "react-helmet": "^5.2.1",
35 "rebass": "^4.0.5",
36 "styled-components": "^4.4.0"
37 },
38 "scripts": {
39 "develop": "gatsby develop",
40 "start": "npm run develop",
41 "build": "gatsby build",
42 "build:static": "GATSBY_IS_STATIC=true gatsby build --prefix-paths",
43 "serve": "gatsby serve"
44 }
45}