mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
80 lines
2.1 KiB
JSON
80 lines
2.1 KiB
JSON
|
{
|
||
|
"name": "react-timezone-select",
|
||
|
"version": "0.10.10",
|
||
|
"description": "Usable, dynamic React Timezone Select",
|
||
|
"main": "dist/index.js",
|
||
|
"scripts": {
|
||
|
"start": "webpack serve --mode development",
|
||
|
"prepublish": "tsc",
|
||
|
"postpublish": "npm run build:example && npm run deploy",
|
||
|
"build": "tsc --project ./tsconfig.json",
|
||
|
"build:example": "webpack --mode production",
|
||
|
"deploy": "gh-pages -d example/dist",
|
||
|
"test": "jest",
|
||
|
"test:watch": "jest --watch",
|
||
|
"test:ci": "jest --ci --reporters='default' --reporters='./github-actions-reporter'"
|
||
|
},
|
||
|
"author": "Nico Domino <yo@ndo.dev>",
|
||
|
"homepage": "https://github.com/ndom91/react-timezone-select",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/ndom91/react-timezone-select.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/ndom91/react-timezone-select/issues"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"timezone",
|
||
|
"select",
|
||
|
"react-select"
|
||
|
],
|
||
|
"files": [
|
||
|
"dist/*"
|
||
|
],
|
||
|
"type": "module",
|
||
|
"types": "./dist/index.d.ts",
|
||
|
"module": "./dist/index.js",
|
||
|
"exports": "./dist/index.js",
|
||
|
"peerDependencies": {
|
||
|
"react": "^17.0.1",
|
||
|
"react-dom": "^17.0.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"react-select": "^4.2.1",
|
||
|
"spacetime": "^6.14.0",
|
||
|
"spacetime-informal": "^0.6.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@testing-library/jest-dom": "^5.11.9",
|
||
|
"@testing-library/react": "^11.2.5",
|
||
|
"@types/jest": "^26.0.21",
|
||
|
"@types/react": "^17.0.3",
|
||
|
"@types/react-dom": "^17.0.2",
|
||
|
"@types/react-select": "^4.0.13",
|
||
|
"css-loader": "^5.1.3",
|
||
|
"gh-pages": "^3.1.0",
|
||
|
"html-webpack-plugin": "^5.3.1",
|
||
|
"jest": "^26.6.3",
|
||
|
"prettier": "^2.2.1",
|
||
|
"react": "^17.0.1",
|
||
|
"react-dom": "^17.0.1",
|
||
|
"source-map-loader": "^2.0.1",
|
||
|
"style-loader": "^2.0.0",
|
||
|
"ts-jest": "^26.5.4",
|
||
|
"ts-loader": "^8.0.18",
|
||
|
"typescript": "^4.2.3",
|
||
|
"webpack": "^5.26.3",
|
||
|
"webpack-cli": "^4.5.0",
|
||
|
"webpack-dev-server": "^3.11.2"
|
||
|
},
|
||
|
"prettier": {
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "es5",
|
||
|
"semi": false,
|
||
|
"jsxSingleQuote": true,
|
||
|
"arrowParens": "avoid"
|
||
|
}
|
||
|
}
|