konva/package.json

142 lines
4.0 KiB
JSON
Raw Normal View History

{
2015-01-27 15:07:51 +08:00
"name": "konva",
2022-05-05 05:06:41 +08:00
"version": "8.3.7",
2015-01-27 16:25:10 +08:00
"author": "Anton Lavrenov",
2018-10-24 21:02:06 +08:00
"files": [
"README.md",
"konva.js",
"konva.min.js",
2021-09-24 00:17:50 +08:00
"lib",
"cmj"
2018-10-24 21:02:06 +08:00
],
2022-04-27 22:21:24 +08:00
"main": "./cmj/index-node.js",
2021-04-30 22:24:27 +08:00
"browser": "./lib/index.js",
2021-05-22 07:20:52 +08:00
"typings": "./lib/index-types.d.ts",
2021-09-24 00:17:50 +08:00
"type": "module",
2022-04-27 22:21:24 +08:00
"exports": {
".": {
"node": {
"require": "./cmj/index-node.js",
"import": "./lib/index-node.js",
"default": "./lib/index-node.js"
},
"require": "./cmj/index.js",
"import": "./lib/index.js",
"default": "./lib/index.js"
},
"./cmj": {
2022-05-05 05:04:16 +08:00
"import": "./cmj/index.js",
2022-04-27 22:21:24 +08:00
"require": "./cmj/index-node.js",
"node": "./cmj/index-node.js",
"default": "./cmj/index.js"
},
"./cmj/*": {
2022-05-05 05:04:16 +08:00
"import": "./cmj/*.js",
2022-04-27 22:21:24 +08:00
"require": "./cmj/*.js",
"default": "./cmj/*.js"
},
"./lib/*": {
2022-05-05 05:04:16 +08:00
"import": "./cmj/*.js",
2022-04-27 22:21:24 +08:00
"require": "./cmj/*.js",
2022-05-05 05:04:16 +08:00
"default": "./cmj/*.js"
2022-04-27 22:21:24 +08:00
}
},
2015-12-22 18:19:19 +08:00
"scripts": {
2021-05-04 06:09:18 +08:00
"start": "npm run test:watch",
2021-09-24 00:17:50 +08:00
"compile": "npm run clean && npm run tsc && cp ./src/index-types.d.ts ./lib/index-types.d.ts && npm run rollup && cp ./package-cmj.json ./cmj/package.json && cp ./src/index-types.d.ts ./cmj/index-types.d.ts",
"build": "npm run compile && cp ./src/index-types.d.ts ./lib && gulp build && node ./rename-imports.mjs",
2021-09-24 05:17:14 +08:00
"test:import": "npm run build && node ./test/import-test.cjs &&node ./test/import-test.mjs",
2021-05-06 02:36:44 +08:00
"test": "npm run test:browser && npm run test:node",
2021-05-04 06:09:18 +08:00
"test:build": "parcel build ./test/unit-tests.html --dist-dir test-build --target none --public-url ./ --no-source-maps",
2021-05-04 22:33:41 +08:00
"test:browser": "npm run test:build && mocha-headless-chrome -f ./test-build/unit-tests.html -a disable-web-security",
2021-05-09 20:26:16 +08:00
"test:node": "env TS_NODE_PROJECT=\"./test/tsconfig.json\" mocha -r ts-node/register test/unit/**/*.ts --exit && npm run test:import",
2021-10-22 23:09:34 +08:00
"test:watch": "rm -rf ./parcel-cache && parcel serve ./test/unit-tests.html ./test/manual-tests.html ./test/sandbox.html",
2021-09-24 05:43:38 +08:00
"tsc": "tsc --removeComments && tsc --build ./tsconfig-cmj.json",
2019-01-02 04:59:27 +08:00
"rollup": "rollup -c",
2021-09-24 00:17:50 +08:00
"clean": "rm -rf ./lib && rm -rf ./types && rm -rf ./cmj && rm -rf ./test-build",
2020-06-03 01:16:44 +08:00
"watch": "rollup -c -w",
"size": "size-limit"
2015-12-22 18:19:19 +08:00
},
2021-04-30 22:24:27 +08:00
"targets": {
"none": {}
},
2020-12-17 03:22:00 +08:00
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/lavrton"
},
{
"type": "opencollective",
"url": "https://opencollective.com/konva"
},
{
"type": "github",
"url": "https://github.com/sponsors/lavrton"
}
],
2020-06-03 01:16:44 +08:00
"size-limit": [
{
2021-05-05 22:19:24 +08:00
"limit": "45 KB",
2020-06-03 01:16:44 +08:00
"path": "./lib/index.js"
},
{
2021-05-06 20:46:36 +08:00
"limit": "26 KB",
2020-06-03 01:16:44 +08:00
"path": "./lib/Core.js"
2020-08-22 01:09:58 +08:00
},
{
"path": "./konva.min.js"
2020-06-03 01:16:44 +08:00
}
],
"devDependencies": {
2022-04-27 22:21:24 +08:00
"@parcel/transformer-image": "2.5.0",
2022-03-13 11:48:54 +08:00
"@size-limit/preset-big-lib": "^7.0.8",
2022-04-27 22:21:24 +08:00
"@types/mocha": "^9.1.1",
"canvas": "^2.9.1",
2022-03-13 11:48:54 +08:00
"chai": "4.3.6",
2022-04-27 22:21:24 +08:00
"filehound": "^1.17.6",
2019-10-04 20:46:30 +08:00
"gulp": "^4.0.2",
2016-12-15 01:11:54 +08:00
"gulp-concat": "^2.6.1",
2019-02-07 01:03:53 +08:00
"gulp-connect": "^5.7.0",
2021-01-27 00:54:37 +08:00
"gulp-exec": "^5.0.0",
2020-05-08 05:10:26 +08:00
"gulp-jsdoc3": "^3.0.0",
"gulp-rename": "^2.0.0",
2021-05-21 23:53:06 +08:00
"gulp-replace": "^1.1.3",
2019-04-17 23:45:47 +08:00
"gulp-typescript": "^5.0.1",
2019-04-04 07:08:16 +08:00
"gulp-uglify": "^3.0.2",
2021-09-24 00:17:50 +08:00
"gulp-uglify-es": "^3.0.0",
"gulp-util": "^3.0.8",
2022-03-13 11:48:54 +08:00
"mocha": "9.2.2",
"mocha-headless-chrome": "^4.0.0",
2022-04-27 22:21:24 +08:00
"parcel": "2.5.0",
2022-03-13 11:48:54 +08:00
"process": "^0.11.10",
2022-04-27 22:21:24 +08:00
"rollup": "^2.70.2",
2019-10-04 20:46:30 +08:00
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
2021-01-27 00:54:37 +08:00
"rollup-plugin-sourcemaps": "^0.6.3",
2022-03-13 11:48:54 +08:00
"rollup-plugin-typescript2": "^0.31.2",
"size-limit": "^7.0.8",
"ts-mocha": "^9.0.2",
2021-05-21 23:53:06 +08:00
"ts-node": "^9.1.1",
"typescript": "4.6.3"
},
2018-10-24 21:02:06 +08:00
"keywords": [
"canvas",
"animations",
"graphic",
"html5"
],
2018-03-27 12:28:02 +08:00
"prettier": {
"singleQuote": true
},
"bugs": {
2015-01-27 16:25:10 +08:00
"url": "https://github.com/konvajs/konva/issues"
},
2019-02-24 09:54:20 +08:00
"homepage": "http://konvajs.org/",
"readmeFilename": "README.md",
"repository": {
"type": "git",
2015-01-27 16:25:10 +08:00
"url": "git://github.com/konvajs/konva.git"
},
2021-04-30 22:24:27 +08:00
"license": "MIT"
2017-03-20 19:54:31 +08:00
}