mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 12:53:52 +01:00
dependencies audit
This commit is contained in:
parent
b52d59005c
commit
2381e1618d
2 changed files with 1416 additions and 915 deletions
2311
package-lock.json
generated
2311
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
|
@ -24,15 +24,15 @@
|
|||
},
|
||||
"homepage": "https://github.com/xibyte/jsketcher",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.0.0",
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
||||
"@babel/plugin-proposal-decorators": "^7.1.6",
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
"@babel/cli": "^7.4.4",
|
||||
"@babel/core": "^7.4.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
||||
"@babel/plugin-proposal-decorators": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.5",
|
||||
"@babel/preset-flow": "^7.0.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@babel/preset-stage-2": "^7.0.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-eslint": "^10.0.2",
|
||||
"babel-loader": "^8.0.4",
|
||||
"babel-plugin-transform-decorators-legacy": "^1.3.5",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
|
|
@ -41,13 +41,13 @@
|
|||
"eslint-plugin-babel": "4.1.2",
|
||||
"eslint-plugin-import": "2.8.0",
|
||||
"eslint-plugin-react": "7.5.1",
|
||||
"grunt": "^1.0.3",
|
||||
"grunt": "^1.0.4",
|
||||
"grunt-contrib-copy": "1.0.0",
|
||||
"less-loader": "^4.1.0",
|
||||
"style-loader": "0.13.1",
|
||||
"webpack": "^4.26.1",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack-dev-server": "^3.1.14"
|
||||
"webpack-dev-server": "^3.7.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dagrejs/graphlib": "^2.1.4",
|
||||
|
|
@ -55,9 +55,9 @@
|
|||
"clipper-lib": "6.2.1",
|
||||
"diff-match-patch": "1.0.0",
|
||||
"earcut": "2.1.1",
|
||||
"handlebars": "4.0.12",
|
||||
"handlebars": "^4.1.2",
|
||||
"handlebars-loader": "1.7.1",
|
||||
"jquery": "^3.3.1",
|
||||
"jquery": "^3.4.1",
|
||||
"less": "^3.8.1",
|
||||
"libtess": "1.2.2",
|
||||
"mousetrap": "1.6.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue