wisemapping-frontend/packages/web2d/package.json
2023-01-08 19:06:44 -08:00

48 lines
1.4 KiB
JSON

{
"name": "@wisemapping/web2d",
"version": "0.4.6",
"description": "WiseMapping - Web2D Render Library",
"homepage": "http://www.wisemapping.org/",
"license": "MIT",
"main": "dist/web2d.js",
"files": [
"src",
"dist"
],
"publishConfig": {
"registry": "https://registry.yarnpkg.com"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
},
"scripts": {
"dev": "webpack --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"lint": "eslint src",
"playground": "webpack serve --config webpack.playground.js",
"cy:run": "cypress run",
"test:integration": "start-server-and-test playground http-get://localhost:8080 cy:run",
"test": "yarn test:integration"
},
"devDependencies": {
"cypress": "12.3.0",
"cypress-image-snapshot": "^4.0.1",
"html-webpack-plugin": "^5.3.2",
"nodemon": "^2.0.12",
"start-server-and-test": "^1.14.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@wisemapping/core-js": "^0.4.0",
"core-js": "^3.15.2",
"jquery": "^3.6.0"
},
"peerDependencies": {
"@wisemapping/core-js": "^0.4.0",
"core-js": "^3.15.2",
"jquery": "^3.6.0"
}
}