create packages folder
This commit is contained in:
32
package.json
32
package.json
@@ -1,34 +1,12 @@
|
||||
{
|
||||
"name": "tiptap",
|
||||
"version": "0.1.5",
|
||||
"description": "A rich-text editor for Vue.js",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
"main": "dist/tiptap.common.js",
|
||||
"module": "dist/tiptap.esm.js",
|
||||
"unpkg": "dist/tiptap.js",
|
||||
"jsdelivr": "dist/tiptap.js",
|
||||
"files": [
|
||||
"src",
|
||||
"dist"
|
||||
"name": "tiptap-packages",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"keywords": [
|
||||
"vue",
|
||||
"editor",
|
||||
"rich-text",
|
||||
"prosemirror",
|
||||
"wysiwyg"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/heyscrumpy/tiptap.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/heyscrumpy/tiptap/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "./node_modules/@babel/node/bin/babel-node.js build/examples/server.js --env=development",
|
||||
"build:package": "./node_modules/@babel/node/bin/babel-node.js build/package/build.js",
|
||||
"build:packages": "./node_modules/@babel/node/bin/babel-node.js build/packages/build.js",
|
||||
"build:examples": "./node_modules/@babel/node/bin/babel-node.js build/examples/build.js --env=production"
|
||||
},
|
||||
"babel": {
|
||||
|
||||
Reference in New Issue
Block a user