1234567891011121314151617181920212223242526272829 |
- {
- "name": "cli-web",
- "version": "1.0.0",
- "private": true,
- "description": "CLI",
- "author": "cli",
- "keywords": [
- "gatsby"
- ],
- "scripts": {
- "develop": "gatsby develop",
- "start": "gatsby develop",
- "build": "gatsby build",
- "serve": "gatsby serve",
- "clean": "gatsby clean"
- },
- "dependencies": {
- "gatsby": "^3.11.1",
- "gatsby-plugin-sass": "^4.11.0",
- "gatsby-source-filesystem": "^3.11.0",
- "gatsby-transformer-remark": "^4.8.0",
- "react": "^17.0.1",
- "react-dom": "^17.0.1",
- "sass": "^1.37.5"
- },
- "devDependencies": {
- "gatsby-plugin-manifest": "^3.11.0"
- }
- }
|