@edsc/timeline
Version:
Timeline component used by Earthdata Search
124 lines (123 loc) • 4.23 kB
JSON
{
"name": "@edsc/timeline",
"title": "Earthdata Search Components: Timeline",
"main": "dist/index.js",
"description": "Timeline component used by Earthdata Search",
"version": "1.1.8",
"scripts": {
"build": "webpack",
"start": "webpack serve --config example/webpack.config.js --mode development",
"cypress:open": "NODE_ENV=test cypress open",
"cypress:run": "NODE_ENV=test cypress run -c video=false",
"cypress:ci": "NODE_ENV=test_cypress start-server-and-test start http-get://localhost:3011 cypress:run",
"test": "NODE_OPTIONS=--max_old_space_size=4096 jest",
"silent-test": "NODE_OPTIONS=--max_old_space_size=4096 jest --silent",
"test:watch": "NODE_OPTIONS=--max_old_space_size=4096 jest --watchAll",
"test:bamboo": "cypress run --reporter junit --reporter-options \"mochaFile=junit.xml\" -c video=false",
"prepare": "npm run build",
"predeploy": "PUBLIC_URL=https://nasa.github.io/edsc-timeline/ webpack --config example/webpack.config.js",
"deploy": "gh-pages -d dist",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/nasa/edsc-timeline.git"
},
"copyright": {
"year": "© 2007-2020",
"organization": "United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved."
},
"author": {
"name": "Earthdata Search",
"email": "support@earthdata.nasa.gov"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nasa/edsc-timeline/issues"
},
"homepage": "http://nasa.github.io/edsc-timeline/",
"keywords": [
"Earthdata Search",
"Timeline",
"NASA"
],
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.17.7",
"@cypress/code-coverage": "^3.9.12",
"@cypress/webpack-preprocessor": "^5.15.7",
"@edsc/eslint-config": "^0.0.6",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.5",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^3.6.0",
"cypress": "^10.11.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.5.0",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.5.0",
"jest": "^26.6.3",
"mockdate": "^3.0.5",
"nyc": "^15.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.6",
"react-dom": "^18.2.0",
"react-github-corner": "^2.5.0",
"react-router-bootstrap": "^0.26.3",
"react-router-dom": "^6.4.3",
"sass": "^1.82.0",
"sass-loader": "^16.0.4",
"sass-resources-loader": "^2.2.5",
"script-loader": "^0.6.1",
"snyk": "^1.914.0",
"start-server-and-test": "^1.14.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"dependencies": {
"@juggle/resize-observer": "3.4",
"@react-spring/web": "^9.5.5",
"bootstrap": "^5.3.3",
"classnames": "^2.3.1",
"color": "^4.2.3",
"cypress-real-events": "^1.7.6",
"lethargy": "^1.0.9",
"lodash": "^4.17.21",
"react-icons": "^4.3.1",
"react-use-gesture": "^9.1.3"
},
"nyc": {
"report-dir": "cypress-coverage",
"include": [
"src/**/*.js"
],
"exclude": [
"example"
],
"excludeAfterRemap": true
}
}