orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
56 lines (55 loc) • 1.69 kB
JSON
{
"name": "casesensitivepathswebpackpluginDemo",
"version": "0.0.1",
"engines": {
"node": "^4 || ^5"
},
"engine-strict": true,
"description": "just a simple demo for showing config and how to E2E test",
"main": "app.js",
"src": "src",
"test": "test",
"dist": "dist",
"mainInput": "main",
"mainOutput": "main",
"scripts": {
"start": "NODE_ENV=dev node ./servers/server.js",
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS --reporters dots",
"build": "./node_modules/.bin/webpack --config ./webpack.config.js --progress --colors -p"
},
"author": "Urthen & XML",
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.7.4",
"babel-runtime": "^6.6.1",
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-react": "^6.0.0",
"babel-preset-stage-0": "^6.0.0",
"html-webpack-plugin": "^1.6.1",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.0",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"phantomjs": "^1.9.19",
"phantomjs-polyfill": "0.0.2",
"react-addons-test-utils": "^0.14.8",
"react-hot-loader": "^1.3.0",
"webpack": "~1.12.0",
"webpack-dev-server": "~1.14.1"
}
}