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.4",
"babel-core": "6.23.1",
"babel-loader": "6.3.2",
"eslint-config-scratch": "^3.0.0",
"eslint-plugin-react": "6.10.0",
"lodash.isequal": "4.5.0",
"lodash.omit": "4.5.0",
"lodash.pick": "4.4.0",
"postcss-loader": "1.3.1",
Steven Dale
committed
"postcss-modules-values": "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",
"svg-url-loader": "2.0.2",
"webpack-dev-server": "2.4.1",