|
|
@ -3,13 +3,7 @@ |
|
|
|
"version": "1.1.2", |
|
|
|
"version": "1.1.2", |
|
|
|
"description": "fineui", |
|
|
|
"description": "fineui", |
|
|
|
"main": "typescript/index.ts", |
|
|
|
"main": "typescript/index.ts", |
|
|
|
"dependencies": {}, |
|
|
|
"dependencies": { |
|
|
|
"devDependencies": { |
|
|
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^1.11.0", |
|
|
|
|
|
|
|
"@typescript-eslint/parser": "^1.11.0", |
|
|
|
|
|
|
|
"chai": "^4.2.0", |
|
|
|
|
|
|
|
"eslint": "^6.0.1", |
|
|
|
|
|
|
|
"express": "^4.15.2", |
|
|
|
|
|
|
|
"grunt": "^1.0.1", |
|
|
|
"grunt": "^1.0.1", |
|
|
|
"grunt-contrib-clean": "^1.1.0", |
|
|
|
"grunt-contrib-clean": "^1.1.0", |
|
|
|
"grunt-contrib-concat": "^1.0.1", |
|
|
|
"grunt-contrib-concat": "^1.0.1", |
|
|
@ -19,7 +13,14 @@ |
|
|
|
"grunt-contrib-jshint": "^1.0.0", |
|
|
|
"grunt-contrib-jshint": "^1.0.0", |
|
|
|
"grunt-contrib-less": "^1.4.1", |
|
|
|
"grunt-contrib-less": "^1.4.1", |
|
|
|
"grunt-contrib-uglify": "^1.0.1", |
|
|
|
"grunt-contrib-uglify": "^1.0.1", |
|
|
|
"grunt-contrib-watch": "^1.0.0", |
|
|
|
"grunt-contrib-watch": "^1.0.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"devDependencies": { |
|
|
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^1.11.0", |
|
|
|
|
|
|
|
"@typescript-eslint/parser": "^1.11.0", |
|
|
|
|
|
|
|
"chai": "^4.2.0", |
|
|
|
|
|
|
|
"eslint": "^6.0.1", |
|
|
|
|
|
|
|
"express": "^4.15.2", |
|
|
|
"karma": "^3.1.4", |
|
|
|
"karma": "^3.1.4", |
|
|
|
"karma-chai": "^0.1.0", |
|
|
|
"karma-chai": "^0.1.0", |
|
|
|
"karma-chrome-launcher": "^2.2.0", |
|
|
|
"karma-chrome-launcher": "^2.2.0", |
|
|
@ -36,7 +37,8 @@ |
|
|
|
"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", |
|
|
|
|
|
|
|
"postinstall": "npm run build" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|