2016-11-10 14:26:24 +01:00
|
|
|
{
|
2016-11-10 15:39:37 +01:00
|
|
|
"name": "unleash-frontend",
|
2016-11-10 14:26:24 +01:00
|
|
|
"description": "unleash your features",
|
2016-11-10 16:09:48 +01:00
|
|
|
"version": "1.0.0-alpha.2",
|
2016-11-10 14:26:24 +01:00
|
|
|
"keywords": [
|
|
|
|
"unleash",
|
|
|
|
"feature toggle",
|
|
|
|
"feature",
|
|
|
|
"toggle"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "ssh://git@github.com:finn-no/unleash.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/finn-no/unleash/issues"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "6"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2016-11-10 15:10:56 +01:00
|
|
|
"build": "npm run build:assets && npm run build:html",
|
2016-11-10 22:49:28 +01:00
|
|
|
"build:assets": "NODE_ENV=production webpack -p",
|
2016-11-10 15:39:37 +01:00
|
|
|
"build:html": "cp public/*.* dist/.",
|
2016-12-13 19:53:07 +01:00
|
|
|
"start": "NODE_ENV=development webpack-dev-server --config webpack.config.js --progress --colors --port 3000",
|
2016-11-10 14:26:24 +01:00
|
|
|
"lint": "eslint . --ext=js,jsx",
|
|
|
|
"test": "echo 'no test'",
|
|
|
|
"test:ci": "npm run test",
|
2016-11-10 16:34:39 +01:00
|
|
|
"prepublish": "npm run build"
|
2016-11-10 14:26:24 +01:00
|
|
|
},
|
|
|
|
"main": "./index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"debug": "^2.2.0",
|
|
|
|
"immutability-helper": "^2.0.0",
|
|
|
|
"immutable": "^3.8.1",
|
2016-11-14 09:17:36 +01:00
|
|
|
"normalize.css": "^5.0.0",
|
2016-12-04 11:56:41 +01:00
|
|
|
"percent": "^2.0.0",
|
2016-11-10 14:26:24 +01:00
|
|
|
"react": "^15.3.1",
|
|
|
|
"react-addons-css-transition-group": "^15.3.1",
|
|
|
|
"react-dom": "^15.3.1",
|
2016-12-04 11:56:41 +01:00
|
|
|
"react-mdl": "^1.9.0",
|
2016-11-10 14:26:24 +01:00
|
|
|
"react-redux": "^4.4.5",
|
2016-11-14 09:32:13 +01:00
|
|
|
"react-router": "^3.0.0",
|
2016-11-10 14:26:24 +01:00
|
|
|
"redux": "^3.6.0",
|
2016-11-16 22:19:38 +01:00
|
|
|
"redux-thunk": "^2.1.0",
|
|
|
|
"whatwg-fetch": "^2.0.0"
|
2016-11-10 14:26:24 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-core": "^6.14.0",
|
2016-11-10 15:03:38 +01:00
|
|
|
"babel-eslint": "^7.1.0",
|
2016-11-10 14:26:24 +01:00
|
|
|
"babel-loader": "^6.2.5",
|
|
|
|
"babel-preset-es2015": "^6.14.0",
|
|
|
|
"babel-preset-react": "^6.11.1",
|
|
|
|
"babel-preset-react-hmre": "^1.1.1",
|
|
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
|
|
"babel-preset-stage-2": "^6.13.0",
|
|
|
|
"css-loader": "^0.25.0",
|
|
|
|
"eslint": "^3.4.0",
|
|
|
|
"eslint-config-finn": "1.0.0-alpha.11",
|
|
|
|
"eslint-config-finn-react": "^1.0.0-alpha.2",
|
|
|
|
"eslint-plugin-react": "^6.2.0",
|
|
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
2016-11-14 09:49:38 +01:00
|
|
|
"node-sass": "~3.12.1",
|
2016-11-10 14:26:24 +01:00
|
|
|
"postcss-loader": "^0.13.0",
|
|
|
|
"redux-devtools": "^3.3.1",
|
|
|
|
"sass-loader": "^4.0.2",
|
|
|
|
"style-loader": "^0.13.1",
|
|
|
|
"toolbox-loader": "0.0.3",
|
|
|
|
"webpack": "^1.13.2",
|
|
|
|
"webpack-dev-server": "^1.15.1"
|
2016-12-04 15:02:45 +01:00
|
|
|
}
|
2016-11-10 14:26:24 +01:00
|
|
|
}
|