|
|
@ -5,38 +5,70 @@ |
|
|
|
"main": "typescript/index.ts", |
|
|
|
"main": "typescript/index.ts", |
|
|
|
"dependencies": {}, |
|
|
|
"dependencies": {}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@typescript-eslint/eslint-plugin": "^1.11.0", |
|
|
|
"@babel/core": "7.4.5", |
|
|
|
"@typescript-eslint/parser": "^1.11.0", |
|
|
|
"@babel/plugin-proposal-class-properties": "7.5.0", |
|
|
|
"chai": "^4.2.0", |
|
|
|
"@babel/plugin-proposal-decorators": "7.4.4", |
|
|
|
"eslint": "^6.0.1", |
|
|
|
"@babel/plugin-transform-block-scoping": "7.5.5", |
|
|
|
"express": "^4.15.2", |
|
|
|
"@babel/plugin-transform-classes": "7.5.5", |
|
|
|
"grunt": "^1.0.1", |
|
|
|
"@babel/plugin-transform-modules-commonjs": "7.5.0", |
|
|
|
"grunt-contrib-clean": "^1.1.0", |
|
|
|
"@babel/plugin-transform-proto-to-assign": "7.5.5", |
|
|
|
"grunt-contrib-concat": "^1.0.1", |
|
|
|
"@babel/polyfill": "7.4.4", |
|
|
|
"grunt-contrib-connect": "^1.0.2", |
|
|
|
"@babel/preset-env": "7.4.5", |
|
|
|
"grunt-contrib-copy": "^1.0.0", |
|
|
|
"@babel/preset-typescript": "7.3.3", |
|
|
|
"grunt-contrib-cssmin": "^1.0.1", |
|
|
|
"@typescript-eslint/eslint-plugin": "1.11.0", |
|
|
|
"grunt-contrib-jshint": "^1.0.0", |
|
|
|
"@typescript-eslint/parser": "1.11.0", |
|
|
|
"grunt-contrib-less": "^1.4.1", |
|
|
|
"autoprefixer": "9.6.1", |
|
|
|
"grunt-contrib-uglify": "^1.0.1", |
|
|
|
"babel-loader": "8.0.6", |
|
|
|
"grunt-contrib-watch": "^1.0.0", |
|
|
|
"chai": "4.2.0", |
|
|
|
"karma": "^3.1.4", |
|
|
|
"css-loader": "3.0.0", |
|
|
|
"karma-chai": "^0.1.0", |
|
|
|
"es6-promise": "4.2.8", |
|
|
|
"karma-chrome-launcher": "^2.2.0", |
|
|
|
"eslint": "6.0.1", |
|
|
|
"karma-coverage": "^1.1.2", |
|
|
|
"express": "4.15.2", |
|
|
|
"karma-mocha": "^1.3.0", |
|
|
|
"fork-ts-checker-webpack-plugin": "1.4.3", |
|
|
|
"mocha": "^5.2.0", |
|
|
|
"grunt": "1.0.1", |
|
|
|
|
|
|
|
"grunt-contrib-clean": "1.1.0", |
|
|
|
|
|
|
|
"grunt-contrib-concat": "1.0.1", |
|
|
|
|
|
|
|
"grunt-contrib-connect": "1.0.2", |
|
|
|
|
|
|
|
"grunt-contrib-copy": "1.0.0", |
|
|
|
|
|
|
|
"grunt-contrib-cssmin": "1.0.1", |
|
|
|
|
|
|
|
"grunt-contrib-jshint": "1.0.0", |
|
|
|
|
|
|
|
"grunt-contrib-less": "1.4.1", |
|
|
|
|
|
|
|
"grunt-contrib-uglify": "1.0.1", |
|
|
|
|
|
|
|
"grunt-contrib-watch": "1.0.0", |
|
|
|
|
|
|
|
"grunt-webpack": "3.1.3", |
|
|
|
|
|
|
|
"html-webpack-plugin": "3.2.0", |
|
|
|
|
|
|
|
"karma": "3.1.4", |
|
|
|
|
|
|
|
"karma-chai": "0.1.0", |
|
|
|
|
|
|
|
"karma-chrome-launcher": "2.2.0", |
|
|
|
|
|
|
|
"karma-coverage": "1.1.2", |
|
|
|
|
|
|
|
"karma-mocha": "1.3.0", |
|
|
|
|
|
|
|
"less-loader": "5.0.0", |
|
|
|
|
|
|
|
"mini-css-extract-plugin": "0.7.0", |
|
|
|
|
|
|
|
"mocha": "5.2.0", |
|
|
|
|
|
|
|
"npm-run-all": "4.1.5", |
|
|
|
"open": "0.0.5", |
|
|
|
"open": "0.0.5", |
|
|
|
"typescript": "^3.5.2" |
|
|
|
"optimize-css-assets-webpack-plugin": "5.0.3", |
|
|
|
|
|
|
|
"postcss-loader": "3.0.0", |
|
|
|
|
|
|
|
"postcss-simple-vars": "5.0.2", |
|
|
|
|
|
|
|
"source-map-loader": "0.2.4", |
|
|
|
|
|
|
|
"style-loader": "0.23.1", |
|
|
|
|
|
|
|
"typescript": "3.5.2", |
|
|
|
|
|
|
|
"uglifyjs-webpack-plugin": "2.2.0", |
|
|
|
|
|
|
|
"webpack": "4.35.2", |
|
|
|
|
|
|
|
"webpack-cli": "3.3.5", |
|
|
|
|
|
|
|
"webpack-dev-server": "3.7.2", |
|
|
|
|
|
|
|
"webpack-merge": "4.2.1" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"grunt": "grunt", |
|
|
|
"grunt": "grunt", |
|
|
|
|
|
|
|
"webpack:dev": "webpack-dev-server -p --progress --config=webpack/webpack.dev.js --mode development", |
|
|
|
"start": "node server.js", |
|
|
|
"start": "node server.js", |
|
|
|
"build": "grunt build", |
|
|
|
"build": "grunt build", |
|
|
|
"compile": "grunt compile", |
|
|
|
"compile": "grunt compile", |
|
|
|
"fake": "grunt fake-build", |
|
|
|
"fake": "grunt fake-build", |
|
|
|
"test": "karma start", |
|
|
|
"test": "karma start", |
|
|
|
"analyze": "grunt analyze" |
|
|
|
"analyze": "grunt analyze", |
|
|
|
|
|
|
|
"dev": "npm-run-all --parallel grunt webpack:dev" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|