@digithia/ui
Version:
Digithia ui package.
76 lines (75 loc) • 2.25 kB
JSON
{
"name": "@digithia/ui",
"version": "0.12.7",
"description": "Digithia ui package.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "webpack --config webpack-lib.config.ts",
"dev": "webpack --config webpack-tester.config.ts & http-server e2e/dist/ -p 5001",
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "mocha",
"test:e2e": "testcafe",
"ci:e2e": "npm run dev & sleep 5 && /opt/testcafe/docker/testcafe-docker.sh firefox:headless",
"cover": "npm run cover:unit",
"cover:unit": "nyc npm run test:unit",
"cover:e2e": "nyc npm run test:e2e"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/digithia/ui"
},
"keywords": [
"Digithia",
"Ui"
],
"author": "Digithia, Letullier Thibert <t.letullier@digithia.fr>",
"license": "MIT",
"homepage": "https://gitlab.com/digithia/ui#readme",
"dependencies": {
"@digithia/util": "^0.0.2",
"lit-element": "^2.4.0"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/copy-webpack-plugin": "^6.3.0",
"@types/jsdom": "^16.2.5",
"@types/jsdom-global": "^3.0.2",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.14",
"autoprefixer": "^10.1.0",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.0.0",
"css-modules-typescript-loader": "^4.0.1",
"cssnano": "^4.1.10",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"http-server": "^0.12.3",
"ignore-styles": "^5.0.1",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"lit-css-loader": "0.0.4",
"mocha": "^8.2.0",
"nyc": "^15.1.0",
"postcss": "^8.2.1",
"postcss-import": "^13.0.0",
"postcss-loader": "^4.1.0",
"raw-loader": "^4.0.2",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"svg-inline-loader": "^0.8.2",
"testcafe": "^1.10.0",
"ts-loader": "^8.0.12",
"ts-node": "^9.1.1",
"ts-standard": "^10.0.0",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.1.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.7.2"
}
}