Newer
Older
{
"name": "scratch-gui",
"version": "0.1.0",
"description": "GraphicaL User Interface for creating and running Scratch 3.0 projects",
"main": "./src/index.js",
"scripts": {
"build": "npm run clean && webpack --progress --colors --bail",
"clean": "rm -rf ./build && mkdir -p build",
"deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"Build for $(git log --pretty=format:%H -n1)\"",
"postmerge": "opt --in postmerge --exec 'npm install'",
"postrewrite": "opt --in postrewrite --exec 'npm install'",
"prepush": "opt --in prepush --exec 'npm run lint'",
},
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"homepage": "https://github.com/LLK/scratch-gui#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/LLK/scratch-gui.git"
},
"autoprefixer": "6.7.2",
"babel-core": "6.22.1",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.10",
"babel-plugin-transform-object-rest-spread": "6.22.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.22.0",
"eslint-config-scratch": "^3.0.0",
"eslint-plugin-react": "6.9.0",
"gh-pages": "0.12.0",
"html-webpack-plugin": "2.28.0",
"husky": "0.13.1",
"lodash.isequal": "4.5.0",
"lodash.omit": "4.5.0",
"lodash.pick": "4.4.0",
"postcss-loader": "1.2.2",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-modal": "1.6.5",
"react-redux": "5.0.2",
"react-style-proptype": "2.0.0",
"scratch-blocks": "latest",
"scratch-render": "latest",
"scratch-vm": "latest",
"webpack-dev-server": "2.3.0",