@shopify/draggable
Advanced tools
Comparing version 0.0.0-snapshot-release-20230925134331 to 0.0.0-snapshot-release-20230925200927
{ | ||
"name": "@shopify/draggable", | ||
"version": "0.0.0-snapshot-release-20230925134331", | ||
"version": "0.0.0-snapshot-release-20230925200927", | ||
"private": false, | ||
@@ -25,3 +25,6 @@ "license": "MIT", | ||
], | ||
"main": "./lib/draggable.bundle.js", | ||
"main": "build/cjs/index.js", | ||
"module": "build/esm/index.js", | ||
"esnext": "build/esnext/index.esnext", | ||
"umd": "build/umd/index.js", | ||
"types": "./index.d.ts", | ||
@@ -31,16 +34,15 @@ "scripts": { | ||
"build": "yarn build:production", | ||
"watch": "ts-node --project='./scripts/tsconfig.json' ./scripts/watch.ts", | ||
"watch": "yarn build:development --watch", | ||
"release": "yarn run build:production && changeset publish", | ||
"lint": "eslint ./src ./scripts ./test --max-warnings 0", | ||
"type-check": "tsc --noEmit", | ||
"type-check:scripts": "tsc --noEmit --project scripts", | ||
"lint": "eslint ./src ./test --max-warnings 0", | ||
"type-check": "tsc -b", | ||
"esdoc": "esdoc -c esdoc.json", | ||
"test": "jest", | ||
"test-ci": "jest --coverage && codecov", | ||
"build:development": "ts-node --project='./scripts/tsconfig.json' ./scripts/build.ts", | ||
"build:production": "ts-node --project='./scripts/tsconfig.json' ./scripts/build.ts --production", | ||
"verify": "yarn lint && yarn type-check && yarn type-check:scripts && yarn build && yarn test" | ||
"build:development": "yarn rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript", | ||
"build:production": "tsc && yarn rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript", | ||
"verify": "yarn lint && yarn type-check && yarn build && yarn test" | ||
}, | ||
"files": [ | ||
"lib/**/*.js", | ||
"build/**/*", | ||
"index.d.ts" | ||
@@ -53,2 +55,6 @@ ], | ||
"@microsoft/tsdoc": "^0.14.2", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^25.0.4", | ||
"@rollup/plugin-node-resolve": "^15.2.1", | ||
"@rollup/plugin-typescript": "^11.1.4", | ||
"@shopify/babel-preset": "^25.0.0", | ||
@@ -60,4 +66,2 @@ "@shopify/eslint-plugin": "^43.0.0", | ||
"@types/node": "^20.6.3", | ||
"@types/webpack": "^5.28.2", | ||
"@types/webpack-bundle-analyzer": "^4.6.0", | ||
"babel-jest": "^29.7.0", | ||
@@ -68,3 +72,2 @@ "babel-loader": "^9.1.3", | ||
"concurrently": "^3.5.1", | ||
"core-js": "^3.32.2", | ||
"esdoc": "^1.1.0", | ||
@@ -78,10 +81,9 @@ "esdoc-ecmascript-proposal-plugin": "^1.0.0", | ||
"prettier": "^3.0.3", | ||
"rollup": "^3.29.3", | ||
"rollup-plugin-includepaths": "^0.2.4", | ||
"rollup-plugin-node-externals": "^6.1.1", | ||
"timers": "^0.1.1", | ||
"ts-jest": "^29.1.1", | ||
"ts-loader": "^9.4.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.88.2", | ||
"webpack-bundle-analyzer": "^4.9.1", | ||
"webpack-cli": "^5.1.4" | ||
"typescript": "^5.2.2" | ||
}, | ||
@@ -91,3 +93,13 @@ "publishConfig": { | ||
"@shopify:registry": "https://registry.npmjs.org" | ||
} | ||
}, | ||
"browserslist": [ | ||
"last 3 chrome versions", | ||
"last 3 firefox versions", | ||
"last 3 opera versions", | ||
"last 3 edge versions", | ||
"last 3 safari versions", | ||
"last 3 chromeandroid versions", | ||
"last 1 firefoxandroid versions", | ||
"ios >= 13.4" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
260
755357
17922
1