2018-08-31 13:06:01 +02:00
|
|
|
{
|
|
|
|
|
"name": "@scm-manager/ui-components",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"description": "UI Components for SCM-Manager and its plugins",
|
|
|
|
|
"main": "src/index.js",
|
2018-09-05 14:32:49 +02:00
|
|
|
"files": ["src"],
|
2018-08-31 13:06:01 +02:00
|
|
|
"repository": "https://bitbucket.org/sdorra/scm-manager",
|
2018-09-05 14:32:49 +02:00
|
|
|
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
|
|
|
|
|
"license" : "BSD-3-Clause",
|
2018-08-31 13:06:01 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"update-index": "create-index -r src",
|
|
|
|
|
"eslint-fix": "eslint src --fix"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2018-11-06 07:59:34 +01:00
|
|
|
"@scm-manager/ui-bundler": "^0.0.21",
|
2018-08-31 13:06:01 +02:00
|
|
|
"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",
|
2018-10-17 15:54:25 +02:00
|
|
|
"raf": "^3.4.0",
|
|
|
|
|
"react-router-enzyme-context": "^1.2.0"
|
2018-08-31 13:06:01 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"classnames": "^2.2.6",
|
|
|
|
|
"moment": "^2.22.2",
|
2018-10-17 15:23:29 +02:00
|
|
|
"react": "^16.5.2",
|
|
|
|
|
"react-dom": "^16.5.2",
|
2018-08-31 13:06:01 +02:00
|
|
|
"react-i18next": "^7.11.0",
|
|
|
|
|
"react-jss": "^8.6.1",
|
2018-09-05 14:32:49 +02:00
|
|
|
"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"]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
]
|
2018-08-31 13:06:01 +02:00
|
|
|
}
|
|
|
|
|
}
|