mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
|
{
|
||
|
"name": "scratch-blobs",
|
||
|
"version": "0.1.0",
|
||
|
"description": "GraphicaL User Interface for the Scratch 3.0 paint editor, which is used to make and edit sprites for use in projects.",
|
||
|
"main": "./src/index.js",
|
||
|
"scripts": {
|
||
|
"build": "npm run clean && webpack --progress --colors --bail",
|
||
|
"clean": "rimraf ./build && mkdirp build",
|
||
|
"lint": "eslint . --ext .js,.jsx",
|
||
|
"start": "webpack-dev-server",
|
||
|
"test": "npm run lint && npm run build",
|
||
|
"watch": "webpack --progress --colors --watch"
|
||
|
},
|
||
|
"author": "Massachusetts Institute of Technology",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"homepage": "https://github.com/fsih/scratch-blobs#readme",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/fsih/scratch-blobs.git"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"react": "^15",
|
||
|
"react-dom": "^15"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"autoprefixer": "7.1.1",
|
||
|
"babel-core": "^6.23.1",
|
||
|
"babel-eslint": "^7.1.1",
|
||
|
"babel-loader": "^7.0.0",
|
||
|
"babel-plugin-transform-object-rest-spread": "^6.22.0",
|
||
|
"babel-preset-es2015": "^6.22.0",
|
||
|
"babel-preset-react": "^6.22.0",
|
||
|
"classnames": "2.2.5",
|
||
|
"css-loader": "0.28.3",
|
||
|
"eslint": "^3.16.1",
|
||
|
"eslint-config-scratch": "^3.0.0",
|
||
|
"eslint-plugin-react": "^7.0.1",
|
||
|
"gh-pages": "github:rschamp/gh-pages#publish-branch-to-subfolder",
|
||
|
"html-webpack-plugin": "2.28.0",
|
||
|
"minilog": "3.1.0",
|
||
|
"mkdirp": "^0.5.1",
|
||
|
"postcss-import": "^10.0.0",
|
||
|
"postcss-loader": "^2.0.5",
|
||
|
"postcss-simple-vars": "^4.0.0",
|
||
|
"prop-types": "^15.5.10",
|
||
|
"react": "15.5.4",
|
||
|
"react-dom": "15.5.4",
|
||
|
"react-intl": "2.3.0",
|
||
|
"redux": "3.6.0",
|
||
|
"redux-throttle": "0.1.1",
|
||
|
"rimraf": "^2.6.1",
|
||
|
"style-loader": "^0.18.0",
|
||
|
"webpack": "^2.4.1",
|
||
|
"webpack-dev-server": "^2.4.1"
|
||
|
}
|
||
|
}
|