We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68443e commit 402691eCopy full SHA for 402691e
package.json
@@ -24,6 +24,20 @@
24
"fs-plus": "2.x",
25
"atom-space-pen-views": "^2.0.3"
26
},
27
+ "devDependencies": {
28
+ "@types/atom": "^1.40.4",
29
+ "rollup": "^2.11.2",
30
+ "@rollup/plugin-node-resolve": "^8.0.0",
31
+ "@rollup/plugin-commonjs": "^12.0.0",
32
+ "rollup-plugin-terser": "^6.1.0",
33
+ "rollup-plugin-coffee-script": "^2.0.0",
34
+ "coffeescript": "^2.5.1",
35
+ "shx": "^0.3.2",
36
+ "@babel/core": "^7.10.1",
37
+ "@babel/cli": "^7.10.1",
38
+ "@babel/plugin-transform-modules-commonjs": "^7.10.1",
39
+ "@babel/preset-env": "^7.10.1"
40
+ },
41
"deserializers": {
42
"HTMLPreviewDeserializer": "deserialize"
43
0 commit comments