2018-08-21 05:02:21 +08:00
|
|
|
{
|
2018-08-23 15:26:48 +08:00
|
|
|
"name": "tiptap-packages",
|
|
|
|
"private": true,
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
2018-08-22 04:40:55 +08:00
|
|
|
],
|
2018-08-21 05:02:21 +08:00
|
|
|
"scripts": {
|
2018-10-05 20:50:30 +08:00
|
|
|
"start": "node ./node_modules/@babel/node/bin/babel-node.js ./build/examples/server.js --env=development",
|
|
|
|
"build:packages": "node ./node_modules/@babel/node/bin/babel-node.js ./build/packages/build.js",
|
|
|
|
"build:examples": "node ./node_modules/@babel/node/bin/babel-node.js ./build/examples/build.js --env=production",
|
2020-09-30 21:05:34 +08:00
|
|
|
"release": "rm -Rf dist && yarn build:packages && yarn lint && yarn test && lerna publish",
|
2019-06-13 03:40:56 +08:00
|
|
|
"lint": "eslint --quiet ./packages/**/src/**",
|
2019-03-20 08:11:20 +08:00
|
|
|
"test": "jest",
|
2019-04-12 02:36:03 +08:00
|
|
|
"audit-ci": "audit-ci --critical"
|
2018-08-21 05:02:21 +08:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"plugins": {
|
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
2020-08-11 19:58:49 +08:00
|
|
|
"last 2 versions",
|
|
|
|
"not IE <= 11",
|
|
|
|
"not IE_Mob <= 11"
|
2018-08-21 05:02:21 +08:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
2020-12-29 17:03:31 +08:00
|
|
|
"@babel/core": "^7.12.10",
|
|
|
|
"@babel/node": "^7.12.10",
|
2019-12-03 05:36:42 +08:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
|
2020-12-29 17:03:31 +08:00
|
|
|
"@babel/plugin-transform-runtime": "^7.12.10",
|
|
|
|
"@babel/preset-env": "^7.12.11",
|
2018-09-04 05:12:18 +08:00
|
|
|
"@babel/preset-stage-2": "^7.0.0",
|
2019-12-03 05:36:42 +08:00
|
|
|
"audit-ci": "^2.4.2",
|
|
|
|
"autoprefixer": "^9.7.3",
|
2018-11-10 06:01:23 +08:00
|
|
|
"babel-core": "^7.0.0-bridge.0",
|
2019-09-27 15:46:25 +08:00
|
|
|
"babel-eslint": "^10.0.3",
|
2019-08-20 21:49:46 +08:00
|
|
|
"babel-jest": "^24.9.0",
|
2020-12-29 17:03:31 +08:00
|
|
|
"babel-loader": "^8.2.2",
|
|
|
|
"browser-sync": "^2.26.13",
|
2019-01-19 15:56:21 +08:00
|
|
|
"connect-history-api-fallback": "^1.6.0",
|
2019-12-03 05:36:42 +08:00
|
|
|
"copy-webpack-plugin": "^5.0.5",
|
|
|
|
"css-loader": "^3.2.1",
|
|
|
|
"dart-sass": "^1.23.7",
|
|
|
|
"eslint": "^6.7.2",
|
2020-12-29 17:03:31 +08:00
|
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
|
|
"eslint-plugin-html": "^6.1.1",
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2019-12-03 05:36:42 +08:00
|
|
|
"eslint-plugin-vue": "6.0.1",
|
2020-12-29 17:03:31 +08:00
|
|
|
"file-loader": "^6.2.0",
|
|
|
|
"fuse.js": "^6.4.3",
|
2019-12-03 05:36:42 +08:00
|
|
|
"glob": "^7.1.6",
|
2018-08-21 05:02:21 +08:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2019-09-27 15:46:25 +08:00
|
|
|
"http-proxy-middleware": "^0.20.0",
|
2019-12-03 05:36:42 +08:00
|
|
|
"http-server": "^0.12.0",
|
2019-06-13 04:31:16 +08:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
2019-03-06 14:05:36 +08:00
|
|
|
"imagemin-webpack-plugin": "^2.4.2",
|
2019-08-20 21:49:46 +08:00
|
|
|
"jest": "^24.9.0",
|
2019-12-03 05:36:42 +08:00
|
|
|
"lerna": "^3.19.0",
|
2019-07-20 05:48:38 +08:00
|
|
|
"mini-css-extract-plugin": "^0.8.0",
|
2018-08-21 05:02:21 +08:00
|
|
|
"minimist": "^1.2.0",
|
2019-06-13 04:31:16 +08:00
|
|
|
"mutation-observer": "^1.0.3",
|
2020-09-16 17:07:14 +08:00
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.4",
|
2019-12-03 05:36:42 +08:00
|
|
|
"ora": "^4.0.3",
|
|
|
|
"postcss": "^7.0.23",
|
2018-08-21 05:02:21 +08:00
|
|
|
"postcss-loader": "^3.0.0",
|
|
|
|
"postcss-scss": "^2.0.0",
|
2019-07-20 05:48:38 +08:00
|
|
|
"regenerator-runtime": "^0.13.3",
|
2019-12-03 05:36:42 +08:00
|
|
|
"rollup": "^1.27.8",
|
2019-06-26 22:44:57 +08:00
|
|
|
"rollup-plugin-babel": "^4.3.3",
|
2019-09-27 15:46:25 +08:00
|
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
2019-06-13 02:49:07 +08:00
|
|
|
"rollup-plugin-css-only": "^1.0.0",
|
2018-08-22 15:14:49 +08:00
|
|
|
"rollup-plugin-flow-no-whitespace": "^1.0.0",
|
2019-06-30 16:05:04 +08:00
|
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
2019-04-12 02:04:35 +08:00
|
|
|
"rollup-plugin-replace": "^2.2.0",
|
2019-12-03 05:36:42 +08:00
|
|
|
"rollup-plugin-vue": "^5.1.4",
|
2019-09-27 15:46:25 +08:00
|
|
|
"sass-loader": "^8.0.0",
|
2019-12-03 05:36:42 +08:00
|
|
|
"style-loader": "^1.0.1",
|
|
|
|
"terser": "^4.4.2",
|
2020-12-29 17:03:31 +08:00
|
|
|
"tippy.js": "^6.2.7",
|
2020-09-16 17:07:14 +08:00
|
|
|
"vue": "^2.6.12",
|
2020-12-29 17:03:31 +08:00
|
|
|
"vue-loader": "^15.9.6",
|
|
|
|
"vue-router": "^3.4.9",
|
2018-08-21 05:02:21 +08:00
|
|
|
"vue-style-loader": "^4.1.0",
|
2020-09-16 17:07:14 +08:00
|
|
|
"vue-template-compiler": "^2.6.12",
|
2019-10-18 04:46:32 +08:00
|
|
|
"webpack": "^4.41.2",
|
2019-09-27 15:46:25 +08:00
|
|
|
"webpack-dev-middleware": "^3.7.1",
|
2019-05-16 04:02:18 +08:00
|
|
|
"webpack-hot-middleware": "^2.25.0",
|
2019-09-27 15:46:25 +08:00
|
|
|
"webpack-manifest-plugin": "^2.1.2",
|
2018-11-09 05:22:05 +08:00
|
|
|
"webpack-svgstore-plugin": "^4.1.0",
|
2018-08-22 15:14:49 +08:00
|
|
|
"zlib": "^1.0.5"
|
2018-09-25 14:37:39 +08:00
|
|
|
},
|
2019-02-03 21:06:17 +08:00
|
|
|
"dependencies": {
|
2019-09-27 15:53:13 +08:00
|
|
|
"socket.io-client": "^2.3.0",
|
2020-12-29 17:03:31 +08:00
|
|
|
"vue-github-button": "^1.3.0"
|
2019-02-03 21:06:17 +08:00
|
|
|
}
|
2018-08-21 05:02:21 +08:00
|
|
|
}
|