Changeset 0c6b92a for imaps-frontend/node_modules/konva/package.json
- Timestamp:
- 12/12/24 17:06:06 (5 weeks ago)
- Branches:
- main
- Parents:
- d565449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/konva/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "konva", 3 "version": "9.3.1 4",3 "version": "9.3.16", 4 4 "author": "Anton Lavrenov", 5 5 "files": [ … … 21 21 "test:build": "parcel build ./test/unit-tests.html --dist-dir ./test-build --target none --public-url ./ --no-source-maps", 22 22 "test:browser": "npm run test:build && mocha-headless-chrome -f ./test-build/unit-tests.html -a disable-web-security", 23 "test:watch": "rm -rf ./.parcel-cache && parcel serve ./test/unit-tests.html ./test/manual-tests.html ./test/sandbox.html ./test/text-paths.html ./test/bunnies.html",23 "test:watch": "rm -rf ./.parcel-cache && PARCEL_WORKERS=0 parcel serve ./test/unit-tests.html ./test/manual-tests.html ./test/sandbox.html ./test/text-paths.html ./test/bunnies.html", 24 24 "test:node": "ts-mocha -r ./test/node-global-setup.mjs -p ./test/tsconfig.json test/unit/**/*.ts --exit && npm run test:import", 25 25 "tsc": "tsc --removeComments", … … 82 82 "process": "^0.11.10", 83 83 "rollup": "^4.9.1", 84 "rollup-plugin-commonjs": "^10.1.0",85 "rollup-plugin-node-resolve": "^5.2.0",86 "rollup-plugin-sourcemaps": "^0.6.3",87 84 "rollup-plugin-typescript2": "^0.36.0", 88 85 "size-limit": "^11.0.1",
Note:
See TracChangeset
for help on using the changeset viewer.