2021-07-16 16:41:58 +02:00
|
|
|
{
|
2023-01-30 05:10:57 +01:00
|
|
|
"name": "@wisemapping/web2d",
|
2023-06-28 18:29:36 +02:00
|
|
|
"version": "0.6.1",
|
2023-01-30 05:10:57 +01:00
|
|
|
"description": "WiseMapping - Web2D Render Library",
|
|
|
|
"homepage": "http://www.wisemapping.org/",
|
2023-06-26 14:43:38 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
|
|
|
|
},
|
2023-01-30 05:10:57 +01:00
|
|
|
"license": "MIT",
|
2023-02-10 03:51:52 +01:00
|
|
|
"main": "src/index.ts",
|
2023-01-30 05:10:57 +01:00
|
|
|
"files": [
|
2023-02-10 03:51:52 +01:00
|
|
|
"src"
|
2023-01-30 05:10:57 +01:00
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --config webpack.prod.js",
|
2023-06-26 14:43:38 +02:00
|
|
|
"build-storybook": "build-storybook",
|
2023-01-30 05:10:57 +01:00
|
|
|
"cy:open": "cypress open",
|
2023-06-26 14:43:38 +02:00
|
|
|
"cy:run": "cypress run",
|
|
|
|
"dev": "webpack --config webpack.dev.js",
|
|
|
|
"lint": "eslint src",
|
2023-01-30 05:10:57 +01:00
|
|
|
"storybook": "start-storybook -p 6006 --no-open",
|
2023-06-26 14:43:38 +02:00
|
|
|
"test": "yarn test:integration",
|
|
|
|
"test:integration": "start-server-and-test storybook http-get://localhost:6006 cy:run"
|
|
|
|
},
|
2023-01-30 05:10:57 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"@mdx-js/react": "^1.6.22",
|
|
|
|
"@storybook/addon-actions": "^6.5.15",
|
|
|
|
"@storybook/addon-docs": "^6.5.15",
|
|
|
|
"@storybook/addon-essentials": "^6.5.15",
|
|
|
|
"@storybook/addon-interactions": "^6.5.15",
|
|
|
|
"@storybook/addon-links": "^6.5.15",
|
|
|
|
"@storybook/builder-webpack5": "^6.5.15",
|
|
|
|
"@storybook/html": "^6.5.15",
|
|
|
|
"@storybook/manager-webpack5": "^6.5.15",
|
|
|
|
"@storybook/testing-library": "^0.0.13",
|
|
|
|
"cypress": "12.3.0",
|
|
|
|
"cypress-image-snapshot": "^4.0.1",
|
|
|
|
"start-server-and-test": "^1.15.2"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-06-27 16:19:03 +02:00
|
|
|
"@wisemapping/core-js": "^0.6.0",
|
2023-01-30 05:10:57 +01:00
|
|
|
"jquery": "^3.6.0"
|
2023-06-26 14:43:38 +02:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.com"
|
2023-01-30 05:10:57 +01:00
|
|
|
}
|
2022-12-01 07:06:21 +01:00
|
|
|
}
|