Skip to content

Commit 7a9ee07

Browse files
himdelHyperkid123
authored andcommitted
common/package.json
taken from bae3526, plus added main: index.js and fix mui package.json description
1 parent b1b4334 commit 7a9ee07

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

packages/common/package.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"name": "@data-driven-forms/common",
3+
"version": "1.0.0",
4+
"description": "Common components, helpers and other pieces of code",
5+
"license": "Apache-2.0",
6+
"main": "index.js",
7+
"scripts": {
8+
},
9+
"repository": "[email protected]:data-driven-forms/react-forms.git",
10+
"devDependencies": {
11+
"@babel/core": "^7.2.2",
12+
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
13+
"@babel/preset-env": "^7.1.6",
14+
"@babel/preset-react": "^7.0.0",
15+
"babel-core": "^7.0.0-bridge.0",
16+
"babel-eslint": "9.x",
17+
"babel-jest": "^23.6.0",
18+
"babel-loader": "^8.0.4",
19+
"babel-plugin-lodash": "^3.3.4",
20+
"css-loader": "^1.0.1",
21+
"enzyme": "^3.7.0",
22+
"enzyme-adapter-react-16": "^1.7.0",
23+
"enzyme-to-json": "^3.3.4",
24+
"eslint": "5.x",
25+
"eslint-config-prettier": "^3.3.0",
26+
"eslint-config-react-app": "^3.0.5",
27+
"eslint-loader": "^2.1.1",
28+
"eslint-plugin-flowtype": "2.x",
29+
"eslint-plugin-import": "2.x",
30+
"eslint-plugin-jsx-a11y": "6.x",
31+
"eslint-plugin-react": "^7.11.1",
32+
"html-webpack-plugin": "^3.2.0",
33+
"mini-css-extract-plugin": "^0.4.4",
34+
"node-sass": "^4.10.0",
35+
"prop-types": "^15.6.2",
36+
"react": "^16.6.3",
37+
"react-dom": "^16.6.3",
38+
"regenerator-runtime": "^0.12.1",
39+
"resolve-url-loader": "^3.0.0",
40+
"sass-loader": "^7.1.0",
41+
"semantic-release": "15.12.0",
42+
"style-loader": "^0.23.1",
43+
"url-loader": "^1.1.2",
44+
"webpack": "^4.25.1",
45+
"webpack-cli": "^3.1.2",
46+
"webpack-dev-server": "^3.1.10",
47+
"webpack-merge": "^4.1.4"
48+
},
49+
"dependencies": {
50+
"@babel/plugin-proposal-class-properties": "^7.1.0"
51+
},
52+
"peerDependencies": {
53+
"react": "^16.6.0",
54+
"react-dom": "^16.6.0"
55+
}
56+
}

packages/mui-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@data-driven-forms/mui-component-mapper",
33
"version": "0.0.5",
4-
"description": "Component mapper for\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5D\u001b[1;5DMaterial ui component mapper form data-driven-forms.",
4+
"description": "Component mapper for Material ui component mapper form data-driven-forms.",
55
"main": "dist/index.js",
66
"license": "Apache-2.0",
77
"scripts": {

0 commit comments

Comments
 (0)