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": "rimraf ./build && mkdirp 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": "7.1.1",
"babel-loader": "^7.0.0",
"css-loader": "0.28.3",
"eslint-config-scratch": "^3.0.0",
"eslint-plugin-react": "^7.0.1",
"lodash.debounce": "4.0.8",
"lodash.isequal": "4.5.0",
"lodash.omit": "4.5.0",
"lodash.pick": "4.4.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.5",
"postcss-simple-vars": "^4.0.0",
"prop-types": "^15.5.10",
"react-modal": "1.7.7",
"react-redux": "5.0.5",
"react-style-proptype": "3.0.0",
"react-tabs": "1.0.0",
"style-loader": "^0.18.0",
"svg-url-loader": "2.0.2",
"travis-after-all": "^1.4.4",
"webpack-dev-server": "^2.4.1",