|
|
@ -2,7 +2,8 @@ |
|
|
|
"name": "fineui", |
|
|
|
"name": "fineui", |
|
|
|
"version": "2.0.0", |
|
|
|
"version": "2.0.0", |
|
|
|
"description": "fineui", |
|
|
|
"description": "fineui", |
|
|
|
"main": "typescript/index.ts", |
|
|
|
"main": "dist/fineui.min.js", |
|
|
|
|
|
|
|
"types": "dist/lib/index.d.ts", |
|
|
|
"dependencies": {}, |
|
|
|
"dependencies": {}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@babel/core": "7.4.5", |
|
|
|
"@babel/core": "7.4.5", |
|
|
@ -76,7 +77,7 @@ |
|
|
|
"test": "karma start", |
|
|
|
"test": "karma start", |
|
|
|
"analyze": "grunt analyze", |
|
|
|
"analyze": "grunt analyze", |
|
|
|
"dev": "npm-run-all --parallel grunt webpack:dev", |
|
|
|
"dev": "npm-run-all --parallel grunt webpack:dev", |
|
|
|
"prepublish": "node ./lib/prepublish/prepublish.js" |
|
|
|
"prepublishOnly": "npm run build && node ./lib/prepublish/prepublish.js" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|