Files
Iris/package.json

36 lines
904 B
JSON
Raw Normal View History

2016-10-03 14:44:27 +13:00
{
2016-10-03 20:05:44 +13:00
"name": "iris",
2016-10-03 14:44:27 +13:00
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"babel": "^5.8.29",
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-preset-es2015": "*",
"babel-preset-react": "*",
"flux": "^2.1.1",
"redux": "*",
"react": "*",
"react-dom": "*",
"react-router": "*",
"redux": "*",
"react-redux": "*",
"redux-devtools": "*",
"webpack": "^1.13.2",
"webpack-strip": "*",
"node-sass": "*",
"extract-text-webpack-plugin": "*",
"jquery": "3.1.1",
"mopidy": "^0.5.0",
"expose-loader": "*",
"kioc": "1.0.4",
"react-fontawesome": "*"
2016-10-03 14:44:27 +13:00
},
"scripts": {
"dev": "mkdir production & cp src/index.html production/index.html & cp -R src/fonts production/fonts & NODE_ENV=development webpack & sass src/scss/app.scss production/app.css",
2016-10-03 14:44:27 +13:00
"prod": "NODE_ENV=production webpack"
},
"author": "James Barnsley",
"license": "ISC"
}