huge clean up of project. Now uses @types, and removed committed typings.
Formatted the imports too
This commit is contained in:
11
package.json
11
package.json
@ -16,12 +16,19 @@
|
||||
"office",
|
||||
"generate",
|
||||
"document",
|
||||
"doc"
|
||||
"doc",
|
||||
"officegen",
|
||||
"clippy"
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/archiver": "^0.15.37",
|
||||
"@types/express": "^4.0.35",
|
||||
"@types/lodash": "^4.14.54",
|
||||
"app-root-path": "^2.0.1",
|
||||
"archiver": "^1.3.0",
|
||||
"install": "^0.8.7",
|
||||
"lodash": "^4.6.1",
|
||||
"npm": "^4.3.0",
|
||||
"xml": "^1.0.1"
|
||||
},
|
||||
"typescript": {
|
||||
@ -34,6 +41,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/dolanmiu/docx#readme",
|
||||
"devDependencies": {
|
||||
"@types/chai": "^3.4.35",
|
||||
"@types/mocha": "^2.2.39",
|
||||
"chai": "^3.5.0",
|
||||
"mocha": "^3.2.0",
|
||||
"rimraf": "^2.5.2",
|
||||
|
Reference in New Issue
Block a user