Skip to content

Commit

Permalink
Fix devtools pkg json
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed May 1, 2021
1 parent bc3437c commit 58b9bfd
Showing 1 changed file with 58 additions and 66 deletions.
124 changes: 58 additions & 66 deletions packages/diffhtml-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,61 @@
{
"name": "diffhtml-devtools",
"private": true,
"main": "module/devtools.es5.js",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-arrow-functions": "^7.12.1",
"@babel/plugin-transform-classes": "^7.12.1",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"aliasify": "^2.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-transform-custom-element-classes": "^0.1.0",
"babel-plugin-transform-diffhtml": "^1.0.0-beta.18",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^10.0.0",
"brfs": "^2.0.2",
"browserify": "^16.5.2",
"browserify-derequire": "^1.1.1",
"coffeescript": "^2.5.1",
"derequire": "^2.1.1",
"diffhtml": "^1.0.0-beta.18",
"diffhtml-components": "^1.0.0-beta.18",
"diffhtml-middleware-inline-transitions": "^1.0.0-beta.18",
"diffhtml-react-compat": "^1.0.0-beta.18",
"es6-module-loader": "^0.17.11",
"es6-module-transpiler": "^0.10.0",
"grunt": "^1.3.0",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"grunt-shell": "^3.0.1",
"grunt-targethtml": "^0.2.6",
"knox": "^0.9.2",
"madge": "^4.0.0",
"mocha": "^8.2.1",
"promise": "^8.1.0",
"prop-types": "^15.7.2",
"selenium-chromedriver": "^0.0.2",
"selenium-standalone": "^6.23.0",
"selenium-webdriver": "^4.0.0-alpha.8",
"semantic-ui-css": "^2.4.1",
"semantic-ui-icon": "^2.3.3",
"uglifyify": "^5.0.2",
"unique-selector": "^0.5.0"
},
"aliasify": {
"aliases": {
"react": "diffhtml-react-compat",
"react-dom": "diffhtml-react-compat",
"diffhtml": "diffhtml/dist/cjs/lite"
}
},
"dependencies": {
"hyperlist": "^1.0.0",
"semantic-ui-react": "^2.0.1"
},
"scripts": {
"build": "grunt"
"name": "diffhtml-devtools",
"private": true,
"main": "module/devtools.es5.js",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-arrow-functions": "^7.12.1",
"@babel/plugin-transform-classes": "^7.12.1",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"aliasify": "^2.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-transform-custom-element-classes": "^0.1.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^10.0.0",
"brfs": "^2.0.2",
"browserify": "^16.5.2",
"browserify-derequire": "^1.1.1",
"coffeescript": "^2.5.1",
"derequire": "^2.1.1",
"es6-module-loader": "^0.17.11",
"es6-module-transpiler": "^0.10.0",
"grunt": "^1.3.0",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"grunt-shell": "^3.0.1",
"grunt-targethtml": "^0.2.6",
"knox": "^0.9.2",
"madge": "^4.0.0",
"mocha": "^8.2.1",
"promise": "^8.1.0",
"prop-types": "^15.7.2",
"selenium-chromedriver": "^0.0.2",
"selenium-standalone": "^6.23.0",
"selenium-webdriver": "^4.0.0-alpha.8",
"semantic-ui-css": "^2.4.1",
"semantic-ui-icon": "^2.3.3",
"uglifyify": "^5.0.2",
"unique-selector": "^0.5.0"
},
"aliasify": {
"aliases": {
"react": "diffhtml-react-compat",
"react-dom": "diffhtml-react-compat",
"diffhtml": "diffhtml/dist/cjs/lite"
}
},
"dependencies": {
"hyperlist": "^1.0.0",
"semantic-ui-react": "^2.0.1"
}
}

0 comments on commit 58b9bfd

Please sign in to comment.