-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.95 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "diffhtml-devtools",
"private": true,
"main": "module/devtools.es5.js",
"scripts": {
"build": "grunt"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-transform-arrow-functions": "^7.16.7",
"@babel/plugin-transform-classes": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.17.7",
"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": "^17.0.0",
"browserify-derequire": "^1.1.1",
"clean-css-cli": "^5.6.0",
"coffeescript": "^2.6.1",
"derequire": "^2.1.1",
"es6-module-loader": "^0.17.11",
"es6-module-transpiler": "^0.10.0",
"grunt": "^1.5.3",
"grunt-browserify": "^6.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"grunt-shell": "^4.0.0",
"knox": "^0.5.0",
"madge": "^5.0.1",
"mocha": "^9.2.2",
"promise": "^8.1.0",
"prop-types": "^15.8.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-icon": "^2.3.3",
"uglifyify": "^5.0.2",
"unique-selector": "^0.5.0"
},
"dependencies": {
"babel-plugin-transform-diffhtml": "^1.0.0-beta.29",
"diffhtml": "^1.0.0-beta.29",
"diffhtml-components": "^1.0.0-beta.29",
"diffhtml-react-compat": "^1.0.0-beta.29",
"diffhtml-middleware-synthetic-events": "^1.0.0-beta.29"
},
"aliasify": {
"aliases": {
"react": "diffhtml-react-compat",
"react-dom": "diffhtml-react-compat"
}
}
}