weborama-ui-components-react
Version:
Weborama - Semantic-UI Components for React
59 lines (58 loc) • 1.56 kB
JSON
{
"name": "weborama-ui-components-react",
"version": "0.1.0",
"description": "Weborama - Semantic-UI Components for React",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev --host 0.0.0.0",
"build": "NODE_ENV=production webpack --config webpack.prod"
},
"repository": {
"type": "git",
"url": "git@gitlab.in.weborama.fr:weborama-nl/weborama-ui-components-react.git"
},
"keywords": [
"Weborama",
"Semantic-ui",
"ui",
"components",
"React"
],
"author": "Jasper Prins",
"files": [
"lib"
],
"license": "ISC",
"dependencies": {
"classnames": "^2.2.5",
"jquery": "^3.2.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"weborama-semantic-ui": "^1.1.1"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.7",
"eslint": "^4.6.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.3.0",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"path": "^0.12.7",
"style-loader": "^0.18.2",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.7.1"
}
}