48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"name": "ngreactExampleWithES6TestsAndWebpack",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"description": "Example",
|
||
|
|
"main": "lib/app.js",
|
||
|
|
"scripts": {
|
||
|
|
"start": "webpack-dev-server",
|
||
|
|
"test": "karma start --single-run"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"react",
|
||
|
|
"angular",
|
||
|
|
"example",
|
||
|
|
"webpack",
|
||
|
|
"babel"
|
||
|
|
],
|
||
|
|
"author": "zach pratt <zach@attackofzach.com> (http://attackofzach.com/)",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"angular": "^1.4.6",
|
||
|
|
"ngreact": "^0.2.0",
|
||
|
|
"react": "^0.14.0",
|
||
|
|
"react-dom": "^0.14.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"angular-mocks": "^1.4.6",
|
||
|
|
"babel": "^5.8.23",
|
||
|
|
"babel-core": "^5.8.25",
|
||
|
|
"babel-loader": "^5.3.2",
|
||
|
|
"config": "^1.16.0",
|
||
|
|
"eslint": "^1.5.0",
|
||
|
|
"eslint-plugin-angular": "^0.12.0",
|
||
|
|
"eslint-plugin-react": "^3.4.2",
|
||
|
|
"karma": "^0.12.37",
|
||
|
|
"karma-chai": "^0.1.0",
|
||
|
|
"karma-commonjs": "0.0.13",
|
||
|
|
"karma-mocha": "^0.2.0",
|
||
|
|
"karma-phantomjs2-launcher": "^0.1.6",
|
||
|
|
"karma-sinon": "^1.0.4",
|
||
|
|
"karma-sourcemap-loader": "^0.3.5",
|
||
|
|
"karma-webpack": "1.5.1",
|
||
|
|
"lodash": "^3.10.1",
|
||
|
|
"react-hot-loader": "^1.3.0",
|
||
|
|
"webpack": "^1.12.2",
|
||
|
|
"webpack-dev-server": "^1.11.0"
|
||
|
|
}
|
||
|
|
}
|