|
@@ -27,18 +27,16 @@
|
|
|
"karma-ie-launcher": "^0.2.0",
|
|
|
"karma-mocha": "^0.2.0",
|
|
|
"karma-mocha-reporter": "^1.1.1",
|
|
|
- "karma-webpack": "^1.7.0",
|
|
|
"mocha": "^2.2.5",
|
|
|
"rimraf": "^2.4.2",
|
|
|
"style-loader": "^0.13.0",
|
|
|
- "ts-loader": "^0.7.2",
|
|
|
"typedoc": "^0.3.11",
|
|
|
"typescript": "^1.6.2",
|
|
|
"webpack": "^1.12.9"
|
|
|
},
|
|
|
"scripts": {
|
|
|
+ "clean": "rimraf docs && rimraf lib && rimraf test/build",
|
|
|
"clean:example": "rimraf example/build",
|
|
|
- "clean": "rimraf docs/api && rimraf lib && rimraf test/coverage",
|
|
|
"build:example": "tsc --project example/src && webpack --config example/webpack.conf.js",
|
|
|
"build:src": "tsc --project src && node scripts/copycss.js",
|
|
|
"build:test": "tsc --project test/src && webpack --config test/webpack.conf.js",
|