Newer
Older
{
"name": "scratch-gui",
"version": "0.1.0",
"description": "GraphicaL User Interface for creating and running Scratch 3.0 projects",
"main": "./dist/scratch-gui.js",
"build": "npm run clean && webpack --progress --colors --bail",
"clean": "rimraf ./build && mkdirp build && rimraf ./dist && mkdirp dist",
"deploy": "touch build/.nojekyll && gh-pages -t -d build -m \"Build for $(git log --pretty=format:%H -n1)\"",
"i18n:src": "babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/ ./translations/",
"start": "webpack-dev-server",
"test": "npm run test:lint && npm run test:unit && npm run build && npm run test:integration",
"test:integration": "jest --runInBand test[\\\\/]integration",
"test:lint": "eslint . --ext .js,.jsx",
"test:unit": "jest test[\\\\/]unit",
"watch": "webpack --progress --colors --watch"
},
"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"
},
"arraybuffer-loader": "^1.0.3",
"autoprefixer": "^8.1.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.22.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"enzyme-adapter-react-16": "1.1.1",
"es6-object-assign": "1.1.0",
"eslint-config-scratch": "^5.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"file-loader": "1.1.11",
"lodash.debounce": "4.0.8",
"lodash.isequal": "4.5.0",
"lodash.omit": "4.5.0",
"lodash.pick": "4.4.0",
"postcss-import": "^11.0.0",
"postcss-simple-vars": "^4.0.0",
"prop-types": "^15.5.10",
"react-intl": "2.4.0",
"react-intl-redux": "0.7.0",
"react-modal": "3.4.4",
"react-redux": "5.0.7",
"react-responsive": "4.1.0",
"react-style-proptype": "3.2.1",
"startaudiocontext": "1.2.1",
"wav-encoder": "1.3.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.3",
Susie Sahim
committed
},
"jest": {
"raf/polyfill",
"<rootDir>/test/helpers/enzyme-setup.js"
Susie Sahim
committed
"testPathIgnorePatterns": [
"src/test.js"
Susie Sahim
committed
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/test/__mocks__/styleMock.js"
}