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": {
|
2017-12-16 11:01:26 +00:00
|
|
|
"node": ">=6.2.0 <10.0.0"
|
2016-06-29 10:27:04 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-12-04 15:56:27 +00:00
|
|
|
"@babel/polyfill": "^7.0.0-beta.34",
|
2017-05-18 14:04:23 +00:00
|
|
|
"classnames": "^2.2.5",
|
2017-11-06 17:05:45 +00:00
|
|
|
"dedent-js": "^1.0.1",
|
2016-06-29 10:27:04 +00:00
|
|
|
"deep-assign": "^2.0.0",
|
2017-12-12 19:10:22 +00:00
|
|
|
"flow": "^0.2.3",
|
|
|
|
"global": "^4.3.2",
|
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-12-06 13:59:43 +00:00
|
|
|
"marked": "^0.3.7",
|
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-12-04 15:56:27 +00:00
|
|
|
"react": "^16.2.0",
|
2017-10-19 12:45:39 +00:00
|
|
|
"react-addons-css-transition-group": "^15.6.2",
|
2017-12-11 13:38:49 +00:00
|
|
|
"react-burger-menu": "^2.1.11",
|
2017-12-04 15:56:27 +00:00
|
|
|
"react-dom": "^16.2.0",
|
2017-10-13 10:52:53 +00:00
|
|
|
"react-helmet": "^5.2.0",
|
|
|
|
"react-redux": "^5.0.6",
|
|
|
|
"react-router": "^4.2.0",
|
|
|
|
"react-router-dom": "^4.2.2",
|
2017-12-06 13:59:43 +00:00
|
|
|
"react-scroll": "^1.7.3",
|
2017-09-19 14:55:23 +00:00
|
|
|
"react-select": "^1.0.0-rc.10",
|
|
|
|
"react-select-fast-filter-options": "^0.2.3",
|
2017-10-19 12:45:39 +00:00
|
|
|
"react-transition-group": "^2.2.1",
|
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-12-04 15:56:27 +00:00
|
|
|
"@babel/core": "^7.0.0-beta.34",
|
2017-12-16 11:01:26 +00:00
|
|
|
"@babel/plugin-proposal-decorators": "=7.0.0-beta.34",
|
2017-12-04 15:56:27 +00:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.34",
|
|
|
|
"@babel/plugin-syntax-decorators": "^7.0.0-beta.34",
|
|
|
|
"@babel/preset-env": "^7.0.0-beta.34",
|
|
|
|
"@babel/preset-react": "^7.0.0-beta.34",
|
2017-08-13 14:22:11 +00:00
|
|
|
"akh": "^3.1.2",
|
2017-12-06 13:59:43 +00:00
|
|
|
"autoprefixer": "^7.2.1",
|
2017-12-07 14:19:51 +00:00
|
|
|
"babel-eslint": "^8.0.3",
|
2017-12-04 15:56:27 +00:00
|
|
|
"babel-loader": "8.0.0-beta.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",
|
2017-12-04 15:56:27 +00:00
|
|
|
"babel-plugin-transform-decorators": "^6.24.1",
|
2017-03-14 14:00:54 +00:00
|
|
|
"babel-plugin-transform-do-expressions": "^6.22.0",
|
2017-07-02 17:12:02 +00:00
|
|
|
"babel-plugin-webpack-alias": "^2.1.2",
|
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-12-04 15:56:27 +00:00
|
|
|
"eslint": "^4.12.1",
|
|
|
|
"eslint-plugin-react": "^7.5.1",
|
2017-05-18 14:04:23 +00:00
|
|
|
"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-12-04 15:56:27 +00:00
|
|
|
"react-hot-loader": "^3.1.3",
|
2017-11-15 13:39:51 +00:00
|
|
|
"redux-devtools": "^3.4.1",
|
2017-05-18 14:04:23 +00:00
|
|
|
"redux-devtools-dock-monitor": "^1.1.2",
|
2017-11-15 13:39:51 +00:00
|
|
|
"redux-devtools-log-monitor": "^1.4.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-12-06 13:59:43 +00:00
|
|
|
"webpack": "^3.10.0",
|
2017-12-04 15:56:27 +00:00
|
|
|
"webpack-dev-server": "^2.9.5"
|
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-10-24 16:22:32 +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 --watch",
|
2017-11-06 17:05:45 +00:00
|
|
|
"heroku-postbuild": "npm install --dev && webpack --config source/webpack.config.js --progress",
|
|
|
|
"test-inversions": "mocha-webpack --webpack-config source/webpack.test.config.js --require source-map-support/register --require test/helpers/browser.js \"test/inversion.test.js\" --watch"
|
2016-06-29 10:27:04 +00:00
|
|
|
}
|
|
|
|
}
|