mirror of
https://github.com/xodio/xod.git
synced 2026-03-25 10:06:55 +01:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "xod",
|
|
"version": "0.0.1",
|
|
"description": "XOD project",
|
|
"scripts": {
|
|
"start": "mkdir -p ./dist && cp -f ./app/index.html ./dist/index.html && webpack-dev-server --watch --progress --colors --config webpack.config.js",
|
|
"lint": "eslint --ext .js --ext .jsx ./app ./test || true",
|
|
"test": "mocha-webpack --colors --webpack-config webpack.config.js \"test/**/*Spec.js\"",
|
|
"travis": "npm-run-all --continue-on-error lint test"
|
|
},
|
|
"repository": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"autoprefixer-loader": "^3.1.0",
|
|
"babel": "^5.8.23",
|
|
"babel-core": "^6.4.0",
|
|
"babel-loader": "^6.2.1",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-preset-react": "^6.3.13",
|
|
"css-loader": "^0.23.1",
|
|
"file-loader": "^0.8.5",
|
|
"ramda": "^0.21.0",
|
|
"react": "^0.14.6",
|
|
"react-dom": "^0.14.6",
|
|
"react-redux": "^4.0.6",
|
|
"redux": "^3.0.5",
|
|
"reselect": "^2.5.1",
|
|
"style-loader": "^0.13.0",
|
|
"webpack": "^1.12.10"
|
|
},
|
|
"engines": {
|
|
"node": "6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.4.0",
|
|
"chai": "^3.4.1",
|
|
"chai-immutable": "^1.5.3",
|
|
"eslint": "^2.13.0",
|
|
"eslint-config-airbnb": "^9.0.1",
|
|
"eslint-import-resolver-webpack": "^0.3.0",
|
|
"eslint-plugin-import": "^1.8.1",
|
|
"eslint-plugin-jsx-a11y": "^1.5.3",
|
|
"eslint-plugin-react": "^5.2.2",
|
|
"mocha": "^2.3.4",
|
|
"mocha-webpack": "^0.4.0",
|
|
"npm-run-all": "^2.3.0",
|
|
"react-hot-loader": "^1.3.0",
|
|
"wallaby-webpack": "0.0.22",
|
|
"webpack-dev-server": "^1.14.0"
|
|
}
|
|
}
|