1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/spa_client/package.json
2016-12-23 18:47:38 +01:00

43 lines
1.4 KiB
JSON
Executable File

{
"name": "stormpath-react-redux-todo-example-application",
"version": "0.0.1",
"description": "React/Redux example todo application.",
"homepage": "https://github.com/typerandom/stormpath-react-redux-todo-example-application",
"author": "Stormpath, 2016",
"license": "Apache-2.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node ./server ./src/ ./webpack.dev.config",
"build": "rm -rf ./dist/ && mkdir ./dist/ && cp -r ./src/* ./dist && rm -rf ./dist/js/* && webpack",
"start": "npm run build && node ./server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typerandom/stormpath-react-redux-todo-example-application.git"
},
"bugs": {
"url": "https://github.com/typerandom/stormpath-react-redux-todo-example-application/issues"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.3.19",
"express": "^4.13.4",
"morgan": "^1.7.0",
"open": "0.0.5",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.6",
"redux": "^3.4.0",
"webpack": "^1.12.13",
"webpack-dev-middleware": "^1.5.1",
"object-path-immutable": "^0.5.1",
"deepcopy": "^0.6.3"
}
}