|
3 | 3 | "version": "0.12.3", |
4 | 4 | "description": "A toolkit for building WYSIWYG editors with Mobiledoc", |
5 | 5 | "repository": "https://github.com/bustle/mobiledoc-kit", |
| 6 | + "module": "dist/index.js", |
6 | 7 | "scripts": { |
7 | | - "start": "broccoli serve --host 0.0.0.0", |
| 8 | + "start": "rollup --config --watch", |
8 | 9 | "test:ci": "npm run build:docs && npm run build && testem ci -f testem-ci.js", |
9 | | - "test": "npm run build:docs && npm run build && testem ci -f testem.js", |
10 | | - "build": "rm -rf dist && broccoli build dist", |
| 10 | + "test": "rollup --config --tests && testem ci -f testem.js", |
| 11 | + "build": "rollup --config", |
11 | 12 | "build:docs": "jsdoc -c ./.jsdoc", |
12 | 13 | "build:website": "npm run build && npm run build:docs && ./bin/build-website.sh", |
13 | 14 | "deploy:website": "./bin/deploy-website.sh", |
|
23 | 24 | "contenteditable" |
24 | 25 | ], |
25 | 26 | "files": [ |
26 | | - "index.js", |
27 | | - "src", |
28 | | - "dist/amd", |
29 | | - "dist/commonjs", |
30 | | - "dist/global", |
31 | | - "dist/css" |
| 27 | + "dist/index.js" |
32 | 28 | ], |
33 | 29 | "author": "Garth Poitras <[email protected]> (http://garthpoitras.com/)", |
34 | 30 | "contributors": [ |
| 31 | + "Zahra Jabini <[email protected]> (http://zahraism.com/)", |
| 32 | + "Tom Dale <[email protected]> (https://tomdale.net)", |
35 | 33 | "Cory Forsyth <[email protected]> (http://coryforsyth.com/)", |
36 | 34 | "Matthew Beale <[email protected]> (http://madhatted.com/)" |
37 | 35 | ], |
38 | 36 | "license": "MIT", |
39 | 37 | "dependencies": { |
40 | 38 | "mobiledoc-dom-renderer": "0.7.0", |
41 | | - "mobiledoc-text-renderer": "0.4.0" |
| 39 | + "mobiledoc-text-renderer": "0.4.1" |
42 | 40 | }, |
43 | 41 | "devDependencies": { |
| 42 | + "@rollup/plugin-alias": "^3.0.0", |
| 43 | + "@rollup/plugin-commonjs": "^11.0.1", |
| 44 | + "@rollup/plugin-node-resolve": "^7.0.0", |
44 | 45 | "broccoli": "^1.1.3", |
45 | 46 | "broccoli-babel-transpiler": "^6.1.2", |
46 | 47 | "broccoli-cli": "^1.0.0", |
|
53 | 54 | "broccoli-test-builder": "^0.4.0", |
54 | 55 | "conventional-changelog": "^1.1.3", |
55 | 56 | "conventional-changelog-cli": "^1.3.2", |
56 | | - "jquery": "^3.2.1", |
| 57 | + "jquery": "^3.4.1", |
57 | 58 | "jsdoc": "^3.5.4", |
| 59 | + "qunit": "^2.9.3", |
| 60 | + "rollup": "^1.31.0", |
| 61 | + "rollup-plugin-glob-import": "^0.4.5", |
58 | 62 | "saucie": "^3.3.2", |
59 | 63 | "testem": "^2.17.0" |
60 | 64 | }, |
61 | | - "main": "dist/commonjs/mobiledoc-kit/index.js" |
| 65 | + "main": "dist/commonjs/mobiledoc-kit/index.js", |
| 66 | + "volta": { |
| 67 | + "node": "12.14.1", |
| 68 | + "yarn": "1.21.1" |
| 69 | + } |
62 | 70 | } |
0 commit comments