Files
tempo/ui/package.json
T

83 lines
2.3 KiB
JSON

{
"name": "@strata/tempo",
"version": "4.0.0",
"description": "React Components that are part of the Tempo Design System.",
"main": "lib/index.js",
"scripts": {
"test": "jest --passWithNoTests",
"test:cover": "jest --coverage",
"wbp": "gulp --no-experimental-fetch",
"wbp-w": "gulp watch",
"update-api": "api-extractor run --local",
"install-peers": "install-peerdeps react-router-dom@4.3.1"
},
"author": "Strata",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@strata/intl": "^4.1.0",
"@strata/logging": "0.0.3",
"@strata/styles": "^3.2.0",
"@types/url-parse": "^1.4.3",
"antd": "^5.25.3",
"async-validator": "^3.4.0",
"bootstrap": "^4.5.0",
"less": "^3.11.3",
"lodash": "^4.17.15",
"primereact": "6.3.2",
"react-svg": "^11.0.28",
"react-transition-group": "^4.4.1",
"url-parse": "^1.4.7"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0"
},
"files": [
"/lib",
"/src/"
],
"devDependencies": {
"@microsoft/api-extractor": "7.8.1",
"@strata/babel": "^2.330.0",
"@strata/test-utils": "^2.0.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.6.0",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/react": "^16.14.2",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/react-test-renderer": "^16.9.4",
"autoprefixer": "^9.8.4",
"css-loader": "^3.6.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typed-css-modules": "^2.0.1",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^26.6.3",
"less-loader": "^6.1.3",
"less-plugin-npm-import": "^2.1.0",
"merge2": "^1.4.1",
"react": "^16.13.1",
"react-docgen": "^5.3.0",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-test-renderer": "16.13.1",
"rucksack-css": "^1.0.2",
"sass": "^1.62.1",
"ts-jest": "^26.4.4",
"typescript": "^4.9.5"
},
"publishConfig": {
"registry": "http://proget.sdt.local/npm/npm/"
}
}