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)\"",
},
"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.6",
"babel-core": "6.23.1",
"babel-loader": "6.3.2",
"eslint-config-scratch": "^3.0.0",
"eslint-plugin-react": "^6.10.0",
"gh-pages": "^0.12.0",
"lodash.isequal": "4.5.0",
"lodash.omit": "4.5.0",
"lodash.pick": "4.4.0",
"postcss-loader": "1.3.2",
"postcss-simple-vars": "3.0.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-modal": "1.6.5",
"react-redux": "5.0.2",
"react-style-proptype": "2.0.1",
"scratch-blocks": "latest",
"scratch-render": "latest",
"scratch-vm": "latest",
"svg-url-loader": "2.0.2",
"travis-after-all": "^1.4.4",
"webpack-dev-server": "^2.4.1",