-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
1,434 additions
and
1,434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,71 @@ | ||
{ | ||
"name": "@easydata/crud", | ||
"version": "1.1.0", | ||
"description": "EasyData.JS UI widgets and view for CRUD manipulations", | ||
"types": "./dist/lib/public_api.d.ts", | ||
"main": "./dist/bundles/easydata.crud.js", | ||
"module": "./dist/lib/public_api.js", | ||
"scripts": { | ||
"clean": "rimraf ./dist", | ||
"build:dev": "set NODE_ENV=development&& npm run clean && tsc && webpack --mode=development", | ||
"build:prod": "set NODE_ENV=production&& npm run clean && tsc && webpack --mode=production", | ||
"watch": "nodemon", | ||
"test": "npm run clean-test && tsc -p tsconfig-test.json && jasmine JASMINE_CONFIG_PATH=jasmine.json", | ||
"clean-test": "rimraf ./test/dist" | ||
}, | ||
"author": "Korzh.com", | ||
"homepage": "https://github.com/KorzhCom/EasyData", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/KorzhCom/EasyData.git" | ||
}, | ||
"keywords": [ | ||
"database", | ||
"data filter", | ||
"crud" | ||
], | ||
"bugs": "https://github.com/KorzhCom/EasyData/issues", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@easydata/core": "^1.2.0", | ||
"@easydata/ui": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jasmine": "^3.3.12", | ||
"@types/jsdom": "^12.2.4", | ||
"autoprefixer": "^9.7.2", | ||
"css-loader": "^2.1.0", | ||
"es6-promise": "^4.2.8", | ||
"extract-text-webpack-plugin": "^4.0.0-beta.0", | ||
"filemanager-webpack-plugin": "^3.0.0-alpha.7", | ||
"jasmine": "^3.4.0", | ||
"jasmine-ts-console-reporter": "^3.1.1", | ||
"jsdom": "^15.1.1", | ||
"mini-css-extract-plugin": "0.5.0", | ||
"nodemon": "1.18.10", | ||
"optimize-css-assets-webpack-plugin": "5.0.1", | ||
"postcss-loader": "^3.0.0", | ||
"rimraf": "2.6.3", | ||
"style-loader": "^0.23.1", | ||
"ts-loader": "^5.3.3", | ||
"ts-node": "^8.0.2", | ||
"typedoc": "^0.15.0", | ||
"typedoc-webpack-plugin": "^1.1.4", | ||
"typescript": "3.5.*", | ||
"typings-for-css-modules-loader": "1.7.0", | ||
"terser-webpack-plugin": "^4.2.3", | ||
"webpack": "^4.36.1", | ||
"webpack-cli": "^3.3.6" | ||
}, | ||
"browserslist": [ | ||
"defaults" | ||
], | ||
"nodemonConfig": { | ||
"watch": [ | ||
"src" | ||
], | ||
"delay": "1000", | ||
"ext": "ts,js", | ||
"exec": "tsc" | ||
} | ||
} | ||
{ | ||
"name": "@easydata/crud", | ||
"version": "1.1.0", | ||
"description": "EasyData.JS UI widgets and view for CRUD manipulations", | ||
"types": "./dist/lib/public_api.d.ts", | ||
"main": "./dist/bundles/easydata.crud.js", | ||
"module": "./dist/lib/public_api.js", | ||
"scripts": { | ||
"clean": "rimraf ./dist", | ||
"build:dev": "set NODE_ENV=development&& npm run clean && tsc && webpack --mode=development", | ||
"build:prod": "set NODE_ENV=production&& npm run clean && tsc && webpack --mode=production", | ||
"watch": "nodemon", | ||
"test": "npm run clean-test && tsc -p tsconfig-test.json && jasmine JASMINE_CONFIG_PATH=jasmine.json", | ||
"clean-test": "rimraf ./test/dist" | ||
}, | ||
"author": "Korzh.com", | ||
"homepage": "https://github.com/KorzhCom/EasyData", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/KorzhCom/EasyData.git" | ||
}, | ||
"keywords": [ | ||
"database", | ||
"data filter", | ||
"crud" | ||
], | ||
"bugs": "https://github.com/KorzhCom/EasyData/issues", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@easydata/core": "^1.2.0", | ||
"@easydata/ui": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jasmine": "^3.3.12", | ||
"@types/jsdom": "^12.2.4", | ||
"autoprefixer": "^9.7.2", | ||
"css-loader": "^2.1.0", | ||
"es6-promise": "^4.2.8", | ||
"extract-text-webpack-plugin": "^4.0.0-beta.0", | ||
"filemanager-webpack-plugin": "^3.0.0-alpha.7", | ||
"jasmine": "^3.4.0", | ||
"jasmine-ts-console-reporter": "^3.1.1", | ||
"jsdom": "^15.1.1", | ||
"mini-css-extract-plugin": "0.5.0", | ||
"nodemon": "1.18.10", | ||
"optimize-css-assets-webpack-plugin": "5.0.1", | ||
"postcss-loader": "^3.0.0", | ||
"rimraf": "2.6.3", | ||
"style-loader": "^0.23.1", | ||
"ts-loader": "^5.3.3", | ||
"ts-node": "^8.0.2", | ||
"typedoc": "^0.15.0", | ||
"typedoc-webpack-plugin": "^1.1.4", | ||
"typescript": "3.5.*", | ||
"typings-for-css-modules-loader": "1.7.0", | ||
"terser-webpack-plugin": "^4.2.3", | ||
"webpack": "^4.36.1", | ||
"webpack-cli": "^3.3.6" | ||
}, | ||
"browserslist": [ | ||
"defaults" | ||
], | ||
"nodemonConfig": { | ||
"watch": [ | ||
"src" | ||
], | ||
"delay": "1000", | ||
"ext": "ts,js", | ||
"exec": "tsc" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,78 @@ | ||
{ | ||
"name": "@easydata/ui", | ||
"version": "1.1.0", | ||
"description": "EasyData.JS: DOM manipulation functions and UI widgets", | ||
"types": "./dist/lib/public_api.d.ts", | ||
"main": "./dist/bundles/easydata.ui.js", | ||
"module": "./dist/lib/public_api.js", | ||
"scripts": { | ||
"clean": "rimraf ./dist", | ||
"build:dev": "set NODE_ENV=development&& npm run clean && tsc && webpack --mode=development", | ||
"build:prod": "set NODE_ENV=production&& npm run clean && tsc && webpack --mode=production", | ||
"watch": "nodemon", | ||
"test": "npm run clean-test && tsc -p tsconfig-test.json && jasmine JASMINE_CONFIG_PATH=jasmine.json", | ||
"clean-test": "rimraf ./test/dist" | ||
}, | ||
"author": "Korzh.com", | ||
"homepage": "https://github.com/KorzhCom/EasyData", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/KorzhCom/EasyData.git" | ||
}, | ||
"keywords": [ | ||
"data grid", | ||
"data wdigets", | ||
"data dialogs", | ||
"data forms", | ||
"value editors", | ||
"search box", | ||
"calendar widget", | ||
"data filtering" | ||
], | ||
"bugs": "https://github.com/KorzhCom/EasyData/issues", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@easydata/core": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jasmine": "^3.3.12", | ||
"@types/jsdom": "^12.2.4", | ||
"autoprefixer": "^9.7.2", | ||
"css-loader": "^2.1.0", | ||
"es6-promise": "^4.2.8", | ||
"extract-text-webpack-plugin": "^4.0.0-beta.0", | ||
"filemanager-webpack-plugin": "^3.0.0-alpha.7", | ||
"jasmine": "^3.4.0", | ||
"jasmine-ts-console-reporter": "^3.1.1", | ||
"jsdom": "^15.1.1", | ||
"mini-css-extract-plugin": "0.5.0", | ||
"nodemon": "1.18.10", | ||
"optimize-css-assets-webpack-plugin": "5.0.1", | ||
"postcss-loader": "^3.0.0", | ||
"rimraf": "2.6.3", | ||
"style-loader": "^0.23.1", | ||
"ts-loader": "^5.3.3", | ||
"ts-node": "^8.0.2", | ||
"typedoc": "^0.15.0", | ||
"typedoc-webpack-plugin": "^1.1.4", | ||
"typescript": "3.5.*", | ||
"typings-for-css-modules-loader": "1.7.0", | ||
"terser-webpack-plugin": "^4.2.3", | ||
"webpack": "^4.36.1", | ||
"webpack-cli": "^3.3.6" | ||
}, | ||
"browserslist": [ | ||
"defaults" | ||
], | ||
"nodemonConfig": { | ||
"watch": [ | ||
"src" | ||
], | ||
"delay": "1000", | ||
"ext": "ts,js", | ||
"exec": "tsc" | ||
}, | ||
"dependencies": { | ||
"@juggle/resize-observer": "^3.2.0" | ||
} | ||
} | ||
{ | ||
"name": "@easydata/ui", | ||
"version": "1.1.0", | ||
"description": "EasyData.JS: DOM manipulation functions and UI widgets", | ||
"types": "./dist/lib/public_api.d.ts", | ||
"main": "./dist/bundles/easydata.ui.js", | ||
"module": "./dist/lib/public_api.js", | ||
"scripts": { | ||
"clean": "rimraf ./dist", | ||
"build:dev": "set NODE_ENV=development&& npm run clean && tsc && webpack --mode=development", | ||
"build:prod": "set NODE_ENV=production&& npm run clean && tsc && webpack --mode=production", | ||
"watch": "nodemon", | ||
"test": "npm run clean-test && tsc -p tsconfig-test.json && jasmine JASMINE_CONFIG_PATH=jasmine.json", | ||
"clean-test": "rimraf ./test/dist" | ||
}, | ||
"author": "Korzh.com", | ||
"homepage": "https://github.com/KorzhCom/EasyData", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/KorzhCom/EasyData.git" | ||
}, | ||
"keywords": [ | ||
"data grid", | ||
"data wdigets", | ||
"data dialogs", | ||
"data forms", | ||
"value editors", | ||
"search box", | ||
"calendar widget", | ||
"data filtering" | ||
], | ||
"bugs": "https://github.com/KorzhCom/EasyData/issues", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@easydata/core": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jasmine": "^3.3.12", | ||
"@types/jsdom": "^12.2.4", | ||
"autoprefixer": "^9.7.2", | ||
"css-loader": "^2.1.0", | ||
"es6-promise": "^4.2.8", | ||
"extract-text-webpack-plugin": "^4.0.0-beta.0", | ||
"filemanager-webpack-plugin": "^3.0.0-alpha.7", | ||
"jasmine": "^3.4.0", | ||
"jasmine-ts-console-reporter": "^3.1.1", | ||
"jsdom": "^15.1.1", | ||
"mini-css-extract-plugin": "0.5.0", | ||
"nodemon": "1.18.10", | ||
"optimize-css-assets-webpack-plugin": "5.0.1", | ||
"postcss-loader": "^3.0.0", | ||
"rimraf": "2.6.3", | ||
"style-loader": "^0.23.1", | ||
"ts-loader": "^5.3.3", | ||
"ts-node": "^8.0.2", | ||
"typedoc": "^0.15.0", | ||
"typedoc-webpack-plugin": "^1.1.4", | ||
"typescript": "3.5.*", | ||
"typings-for-css-modules-loader": "1.7.0", | ||
"terser-webpack-plugin": "^4.2.3", | ||
"webpack": "^4.36.1", | ||
"webpack-cli": "^3.3.6" | ||
}, | ||
"browserslist": [ | ||
"defaults" | ||
], | ||
"nodemonConfig": { | ||
"watch": [ | ||
"src" | ||
], | ||
"delay": "1000", | ||
"ext": "ts,js", | ||
"exec": "tsc" | ||
}, | ||
"dependencies": { | ||
"@juggle/resize-observer": "^3.2.0" | ||
} | ||
} |
Oops, something went wrong.