Files
OpenSpace/modules/webgui/web/package.json
Emil Axelsson d64a0df5f6 Feature/thesis work merge (#566)
Web GUI from Klas Eskilson (three new modules: webgui, webbrowser and cefwebgui)
Parallel connection refactorization
Wormhole server added to the main repository
Transfer function editor work from Cristoffer Särevall
Update ghoul
2018-03-20 09:30:59 +01:00

72 lines
2.3 KiB
JSON

{
"name": "openspace-webgui",
"version": "1.0.0",
"description": "",
"main": "src/index.jsx",
"private": true,
"scripts": {
"lint": "eslint --ext .jsx --ext .js src",
"lint-nice": "eslint --ext .jsx --ext .js src || exit 0;",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 9001 -c .storybook",
"start": "copyfiles index.html dist && webpack-dev-server --progress --colors",
"prebuild": "echo rimraf dist && exit 1;",
"build": "echo NOT YET SUPPORTED && echo 'cross-env NODE_ENV=production webpack -p --config webpack.config.production.js'; && exit 1;",
"postbuild": "echo NOT YET SUPPORTED && echo 'copyfiles index.html dist'; && exit 1;",
"flow": "flow"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenSpace/OpenSpace.git"
},
"author": "Klas Eskilson <klas.eskilson@gmail.com> (https://klaseskilson.se)",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenSpace/OpenSpace/issues"
},
"homepage": "https://github.com/OpenSpace/OpenSpace#readme",
"dependencies": {
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-color": "^2.13.8",
"react-dom": "^15.6.1",
"react-draggable": "^3.0.3",
"react-hot-loader": "^3.0.0-beta.7",
"react-input-autosize": "^1.1.4",
"react-redux": "^5.0.6",
"react-router-dom": "^4.1.2",
"react-select": "^1.0.0-rc.5",
"redux": "^3.7.2",
"svg-react-loader": "^0.4.5"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.0",
"@storybook/react": "^3.2.3",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"copyfiles": "^1.2.0",
"cross-env": "^5.0.5",
"css-loader": "^0.28.4",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.2.0",
"file-loader": "^0.11.2",
"flow-bin": "^0.52.0",
"node-sass": "^4.5.3",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.5.3",
"webpack-dev-server": "^2.7.1"
}
}