forked from Open-CT/openct-tasks
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "2017-fr-al-01-reused-key",
|
|
"version": "1.0.0",
|
|
"description": "Reused key alkindi task - algorea port",
|
|
"scripts": {
|
|
"build": "NODE_ENV=dev webpack --progress --colors --display-modules",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"watch": "webpack --progress --colors --watch",
|
|
"lint": "npx eslint src"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0-beta.36",
|
|
"@babel/node": "^7.0.0-beta.36",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.36",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.36",
|
|
"@babel/plugin-transform-runtime": "^7.0.0-beta.36",
|
|
"@babel/preset-env": "^7.0.0-beta.36",
|
|
"@babel/preset-react": "^7.0.0-beta.36",
|
|
"@babel/runtime": "^7.0.0-beta.36",
|
|
"babel-loader": "8.0.0-beta.0",
|
|
"css-loader": "^0.28.8",
|
|
"eslint": "3.x",
|
|
"file-loader": "^1.1.6",
|
|
"style-loader": "^0.19.1",
|
|
"url-loader": "^0.6.2",
|
|
"webpack": "^3"
|
|
},
|
|
"dependencies": {
|
|
"array.prototype.fill": "^1.0.2",
|
|
"bebras-server-modules-libs": "https://github.com/France-ioi/bebras-server-modules-libs.git",
|
|
"bootstrap": "^3.3.7",
|
|
"classnames": "^2.2.5",
|
|
"epic-component": "^1.1.2",
|
|
"epic-linker": "^3.1.0",
|
|
"es5-sham-ie8": "^1.0.1",
|
|
"es5-shim": "^4.5.9",
|
|
"es6-promise": "^4.1.1",
|
|
"es6-shim": "^0.35.3",
|
|
"eslint-plugin-react": "^7.5.1",
|
|
"express": "^4.14.0",
|
|
"express-handlebars": "^3.0.0",
|
|
"font-awesome": "^4.7.0",
|
|
"html5shiv": "^3.7.3",
|
|
"object.assign": "^4.0.4",
|
|
"query-string": "^5.0.1",
|
|
"react": "^15.4.2",
|
|
"react-bootstrap": "^0.30.7",
|
|
"react-dom": "^15.4.2",
|
|
"react-redux": "^5.0.2",
|
|
"redux": "^3.6.0",
|
|
"redux-saga": "^0.14.2"
|
|
}
|
|
}
|