2016-06-29 10:27:04 +00:00
|
|
|
{
|
2017-05-02 16:52:55 +00:00
|
|
|
"name": "syso",
|
2016-06-29 10:27:04 +00:00
|
|
|
"version": "0.0.1",
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-12-07 18:08:10 +00:00
|
|
|
"url": "git@github.com:laem/syso.git"
|
2016-06-29 10:27:04 +00:00
|
|
|
},
|
|
|
|
"description": "Expérimentation sur les prélèvements sociaux en code",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6.2.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-03-14 14:00:54 +00:00
|
|
|
"babel-runtime": "^6.23.0",
|
2017-05-18 14:04:23 +00:00
|
|
|
"classnames": "^2.2.5",
|
2016-06-29 10:27:04 +00:00
|
|
|
"deep-assign": "^2.0.0",
|
2017-08-14 11:53:31 +00:00
|
|
|
"ignore-loader": "^0.1.2",
|
2017-05-18 14:04:23 +00:00
|
|
|
"install": "^0.10.1",
|
2017-08-02 13:58:07 +00:00
|
|
|
"js-yaml": "^3.9.1",
|
2017-02-16 14:08:50 +00:00
|
|
|
"marked": "^0.3.6",
|
2017-05-18 14:04:23 +00:00
|
|
|
"nearley": "^2.9.2",
|
2017-08-14 11:57:50 +00:00
|
|
|
"npm": "^5.3.0",
|
2017-08-14 12:01:31 +00:00
|
|
|
"ramda": "0.24.1",
|
2017-10-13 10:52:53 +00:00
|
|
|
"react": "^16.0.0",
|
|
|
|
"react-dom": "^16.0.0",
|
|
|
|
"react-helmet": "^5.2.0",
|
2017-10-12 14:08:43 +00:00
|
|
|
"react-piwik": "^1.0.7",
|
2017-10-13 10:52:53 +00:00
|
|
|
"react-redux": "^5.0.6",
|
|
|
|
"react-router": "^4.2.0",
|
|
|
|
"react-router-dom": "^4.2.2",
|
2017-09-28 13:49:47 +00:00
|
|
|
"react-scroll": "^1.5.4",
|
2017-09-19 14:55:23 +00:00
|
|
|
"react-select": "^1.0.0-rc.10",
|
|
|
|
"react-select-fast-filter-options": "^0.2.3",
|
2017-09-19 16:56:29 +00:00
|
|
|
"react-virtualized": "^9.10.1",
|
2017-09-19 14:55:23 +00:00
|
|
|
"react-virtualized-select": "^3.1.0",
|
2017-01-10 18:22:44 +00:00
|
|
|
"reduce-reducers": "^0.1.2",
|
2017-10-13 10:52:53 +00:00
|
|
|
"redux": "^3.7.2",
|
2017-08-14 12:01:31 +00:00
|
|
|
"redux-form": "6.8.0",
|
2017-05-18 14:04:23 +00:00
|
|
|
"redux-saga": "^0.15.3",
|
|
|
|
"reselect": "^3.0.1",
|
2017-08-02 13:58:07 +00:00
|
|
|
"whatwg-fetch": "^2.0.3",
|
|
|
|
"yaml-loader": "^0.5.0"
|
2016-06-29 10:27:04 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-13 14:22:11 +00:00
|
|
|
"akh": "^3.1.2",
|
2017-05-18 14:04:23 +00:00
|
|
|
"autoprefixer": "^7.1.1",
|
2017-07-01 15:49:32 +00:00
|
|
|
"babel-cli": "^6.24.1",
|
2017-05-18 14:04:23 +00:00
|
|
|
"babel-core": "^6.24.1",
|
2017-10-13 11:20:20 +00:00
|
|
|
"babel-eslint": "^8.0.1",
|
2017-05-18 14:04:23 +00:00
|
|
|
"babel-loader": "^7.0.0",
|
2017-09-19 14:55:23 +00:00
|
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
2017-05-18 14:04:23 +00:00
|
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
2016-06-29 16:57:56 +00:00
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
2017-03-14 14:00:54 +00:00
|
|
|
"babel-plugin-transform-do-expressions": "^6.22.0",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
2017-07-02 17:12:02 +00:00
|
|
|
"babel-plugin-webpack-alias": "^2.1.2",
|
2017-03-14 14:00:54 +00:00
|
|
|
"babel-polyfill": "^6.23.0",
|
2017-05-18 14:04:23 +00:00
|
|
|
"babel-preset-env": "^1.4.0",
|
|
|
|
"babel-preset-react": "^6.24.1",
|
2017-06-27 13:14:30 +00:00
|
|
|
"chai": "^4.0.2",
|
2017-07-01 15:49:32 +00:00
|
|
|
"chokidar": "^1.7.0",
|
2017-05-18 14:04:23 +00:00
|
|
|
"core-js": "^2.4.1",
|
|
|
|
"css-loader": "^0.28.1",
|
2017-09-19 14:55:23 +00:00
|
|
|
"csv-loader": "^2.1.1",
|
2017-07-14 15:20:38 +00:00
|
|
|
"daggy": "^1.1.0",
|
2017-10-03 09:44:03 +00:00
|
|
|
"eslint": "^4.8.0",
|
2017-05-18 14:04:23 +00:00
|
|
|
"eslint-plugin-react": "^7.0.1",
|
|
|
|
"express": "^4.15.3",
|
2017-08-10 20:59:15 +00:00
|
|
|
"fantasy-combinators": "0.0.1",
|
|
|
|
"fantasy-land": "^3.3.0",
|
|
|
|
"fantasy-tuples": "^1.0.0",
|
2017-10-13 11:20:20 +00:00
|
|
|
"file-loader": "^1.1.5",
|
2017-08-14 11:57:50 +00:00
|
|
|
"html-loader": "^0.5.1",
|
2017-05-18 14:04:23 +00:00
|
|
|
"img-loader": "^2.0.0",
|
2017-07-01 09:17:22 +00:00
|
|
|
"jsdom": "^11.0.0",
|
2016-06-29 10:27:04 +00:00
|
|
|
"json-loader": "^0.5.4",
|
2017-10-13 11:20:20 +00:00
|
|
|
"mocha": "^4.0.1",
|
2017-06-26 12:11:25 +00:00
|
|
|
"mocha-webpack": "^0.7.0",
|
2017-03-07 17:25:25 +00:00
|
|
|
"nearley-loader": "0.0.2",
|
2017-05-18 14:04:23 +00:00
|
|
|
"postcss-loader": "^2.0.5",
|
2017-07-18 09:38:55 +00:00
|
|
|
"ramda-fantasy": "^0.8.0",
|
2017-03-14 10:42:44 +00:00
|
|
|
"react-hot-loader": "^3.0.0-beta.6",
|
2017-05-18 14:04:23 +00:00
|
|
|
"redux-devtools": "^3.4.0",
|
|
|
|
"redux-devtools-dock-monitor": "^1.1.2",
|
|
|
|
"redux-devtools-log-monitor": "^1.3.0",
|
2017-10-13 11:20:20 +00:00
|
|
|
"source-map-support": "^0.5.0",
|
|
|
|
"style-loader": "^0.19.0",
|
|
|
|
"url-loader": "^0.6.2",
|
2017-09-19 09:22:54 +00:00
|
|
|
"webpack": "^3.6.0",
|
2017-10-09 10:05:35 +00:00
|
|
|
"webpack-dev-server": "^2.9.1"
|
2016-06-30 10:16:47 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-12-16 16:28:42 +00:00
|
|
|
"start": "node source/server.js",
|
2017-03-17 15:49:09 +00:00
|
|
|
"compile": "NODE_ENV='production' webpack --config source/webpack.config.js",
|
2017-06-26 12:11:25 +00:00
|
|
|
"surge": "npm run compile && surge --domain scientific-wish.surge.sh -p ./ && rm -rf dist/",
|
2017-08-14 11:53:31 +00:00
|
|
|
"test": "mocha-webpack --webpack-config source/webpack.test.config.js --require source-map-support/register --require test/helpers/browser.js \"test/**/*.test.js\"",
|
2017-08-16 11:56:14 +00:00
|
|
|
"test-watch": "mocha-webpack --webpack-config source/webpack.test.config.js --require source-map-support/register --require test/helpers/browser.js \"test/**/*.test.js\" --watch",
|
2017-08-28 12:44:33 +00:00
|
|
|
"test-meca": "mocha-webpack --webpack-config source/webpack.test.config.js --require source-map-support/register --require test/helpers/browser.js test/mecanisms.test.js",
|
2017-08-28 13:23:40 +00:00
|
|
|
"heroku-postbuild": "npm install --dev && webpack --config source/webpack.config.js --progress"
|
2016-06-29 10:27:04 +00:00
|
|
|
}
|
|
|
|
}
|