Free and Open source Web Builder Framework. Next generation tool for building templates without coding
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

39 lines
882 B

{
"name": "@grapesjs/docs",
"private": true,
"description": "Free and Open Source Web Builder Framework",
"version": "0.22.4",
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",
"files": [
"dist",
"locale",
"src/styles"
],
"sideEffects": [
"*.vue",
"*.css",
"*.scss"
],
"dependencies": {
"codemirror": "5.63.0",
"codemirror-formatting": "1.0.0",
"html-entities": "~1.4.0"
},
"devDependencies": {
"@types/markdown-it": "14.1.2",
"@vuepress/plugin-google-analytics": "1.8.2",
"@vuepress/types": "1.9.10",
"documentation": "14.0.3",
"postcss": "8",
"sass": "1.80.3",
"vuepress": "1.9.10",
"webpack": "4.0.0",
"whatwg-fetch": "3.6.20"
},
"scripts": {
"docs": "vuepress dev .",
"docs:api": "node ./api.mjs",
"build": "npm run docs:api && vuepress build ."
}
}