mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-26 01:09:10 +01:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@scm-manager/ui-components",
|
|
"version": "0.0.1",
|
|
"description": "UI Components for SCM-Manager and its plugins",
|
|
"main": "src/index.js",
|
|
"files": ["src"],
|
|
"repository": "https://bitbucket.org/sdorra/scm-manager",
|
|
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
|
|
"license" : "BSD-3-Clause",
|
|
"scripts": {
|
|
"update-index": "create-index -r src",
|
|
"eslint-fix": "eslint src --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@scm-manager/ui-bundler": "^0.0.17",
|
|
"create-index": "^2.3.0",
|
|
"enzyme": "^3.5.0",
|
|
"enzyme-adapter-react-16": "^1.3.1",
|
|
"flow-bin": "^0.79.1",
|
|
"flow-typed": "^2.5.1",
|
|
"jest": "^23.5.0",
|
|
"raf": "^3.4.0"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"moment": "^2.22.2",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.4.2",
|
|
"react-i18next": "^7.11.0",
|
|
"react-jss": "^8.6.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"@scm-manager/ui-types": "0.0.1"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
["browserify-css"],
|
|
[
|
|
"babelify",
|
|
{
|
|
"plugins": ["@babel/plugin-proposal-class-properties"],
|
|
"presets": ["@babel/preset-env", "@babel/preset-flow", "@babel/preset-react"]
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|