83 lines
2.4 KiB
JSON
83 lines
2.4 KiB
JSON
|
{
|
||
|
"name": "es6-babel-react-flux-karma",
|
||
|
"version": "1.0.0",
|
||
|
"description": "ES6 + TypeScript + Babel + React + Karma: The Secret Recipe",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "karma start --reporters mocha,junit --single-run --browsers PhantomJS",
|
||
|
"serve": "gulp watch-and-serve",
|
||
|
"watch": "gulp watch",
|
||
|
"build": "gulp build"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/microsoft/typescriptsamples.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"React",
|
||
|
"Flux",
|
||
|
"ES2016",
|
||
|
"typescript"
|
||
|
],
|
||
|
"author": "John Reilly",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/microsoft/typescriptsamples/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/Microsoft/TypeScriptSamples/tree/master/es6-babel-react-flux-karma#readme",
|
||
|
"devDependencies": {
|
||
|
"@types/fbemitter": "^2.0.32",
|
||
|
"@types/flux": "0.0.32",
|
||
|
"@types/jasmine": "^2.5.35",
|
||
|
"@types/react": "^0.14.41",
|
||
|
"@types/react-addons-test-utils": "^0.14.15",
|
||
|
"@types/react-bootstrap": "0.0.33",
|
||
|
"@types/react-dom": "^0.14.18",
|
||
|
"babel": "^6.0.0",
|
||
|
"babel-core": "^6.0.0",
|
||
|
"babel-loader": "^6.0.0",
|
||
|
"babel-preset-es2015": "^6.0.0",
|
||
|
"babel-preset-es2016": "^6.16.0",
|
||
|
"babel-preset-react": "^6.0.0",
|
||
|
"del": "^2.0.2",
|
||
|
"eslint": "^2.0.0",
|
||
|
"express": "^4.13.3",
|
||
|
"glob": "^7.0.0",
|
||
|
"gulp": "^3.9.0",
|
||
|
"gulp-autoprefixer": "^3.1.0",
|
||
|
"gulp-cached": "^1.1.0",
|
||
|
"gulp-cssmin": "^0.1.7",
|
||
|
"gulp-eslint": "^2.0.0",
|
||
|
"gulp-if": "^2.0.0",
|
||
|
"gulp-inject": "^3.0.0",
|
||
|
"gulp-notify": "^2.2.0",
|
||
|
"gulp-sourcemaps": "^1.5.2",
|
||
|
"gulp-streamify": "1.0.2",
|
||
|
"gulp-uglify": "^1.2.0",
|
||
|
"gulp-util": "^3.0.6",
|
||
|
"jasmine-core": "^2.3.4",
|
||
|
"karma": "^1.2.0",
|
||
|
"karma-jasmine": "^1.0.0",
|
||
|
"karma-junit-reporter": "^1.0.0",
|
||
|
"karma-mocha-reporter": "^2.0.0",
|
||
|
"karma-notify-reporter": "^1.0.0",
|
||
|
"karma-phantomjs-launcher": "^1.0.0",
|
||
|
"karma-sourcemap-loader": "^0.3.6",
|
||
|
"karma-webpack": "^2.0.1",
|
||
|
"phantomjs-prebuilt": "^2.1.4",
|
||
|
"ts-loader": "^2.0.0",
|
||
|
"typescript": "^2.1.4",
|
||
|
"webpack": "^2.2.0",
|
||
|
"webpack-fail-plugin": "^1.0.4",
|
||
|
"webpack-notifier": "^1.2.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"babel-polyfill": "^6.0.0",
|
||
|
"flux": "^2.0.3",
|
||
|
"fbemitter": "^2.0.2",
|
||
|
"react": "^15.4.1",
|
||
|
"react-addons-test-utils": "^15.4.1",
|
||
|
"react-dom": "^15.4.1"
|
||
|
}
|
||
|
}
|