jcore-ui
Version:
jcore-ui - components for building an interface
88 lines (87 loc) • 3.42 kB
JSON
{
"name": "jcore-ui",
"version": "1.1.16",
"description": "jcore-ui - components for building an interface",
"main": "bin",
"types": "bin",
"scripts": {
"tsc": "tsc --project tsconfig.json",
"tsc:dec": "tsc --project tsconfig.json --declaration --declarationMap --sourceMap",
"compile": "tsc -p . --module system --out bin/index.js",
"sprite": "gulp sprite --gulpfile ./config/gulpfile.js",
"jest": "cross-env NODE_ENV=test jest --config ./config/jest.config.js",
"jest:watch": "cross-env NODE_ENV=test jest --watch --config ./config/jest.config.js",
"jest:coverage": "cross-env NODE_ENV=test jest --coverage --config ./config/jest.config.js",
"start": "webpack-dev-server --mode development --config ./config/webpack.config.js",
"build": "webpack --mode production --config ./config/webpack.config.js",
"build:docs": "webpack --mode production --docs --config ./config/webpack.config.js",
"watch": "webpack --watch --mode development --config ./config/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/concore-dev/jcore-ui.git"
},
"keywords": [
"jcore",
"ui",
"components",
"framework"
],
"author": "Eryomin Nickolay",
"license": "MIT",
"bugs": {
"url": "https://github.com/concore-dev/jcore-ui/issues"
},
"homepage": "https://github.com/concore-dev/jcore-ui#readme",
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/preset-typescript": "^7.13.0",
"@babel/register": "^7.13.14",
"@babel/runtime": "^7.13.10",
"@types/chai": "^4.2.16",
"@types/jest": "^26.0.22",
"@types/jsdom": "^16.2.10",
"@types/prismjs": "^1.16.5",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015-ie": "^6.7.0",
"babel-runtime": "^6.26.0",
"chai": "^4.3.4",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.0",
"file-loader": "^6.2.0",
"gulp": "^4.0.2",
"gulp-svg-sprite": "^1.5.0",
"html-loader": "^1.2.1",
"jest": "^26.6.3",
"jsdom": "^16.5.2",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "^5.0.0",
"nunjucks-template-loader": "^2.1.3",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^4.1.0",
"postcss-sort-media-queries": "^3.7.7",
"prismjs": "^1.23.0",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"ts-jest": "^26.5.4",
"ts-loader": "^8.1.0",
"typescript": "^4.2.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-fix-style-only-entries": "^0.6.1",
"webpack-merge": "^5.7.3",
"webpack-node-externals": "^2.5.2"
}
}