letsjam
Version:
Ship products faster by adding jam to any project!
108 lines (107 loc) • 3.56 kB
JSON
{
"name": "letsjam",
"version": "1.0.101",
"description": "Ship products faster by adding jam to any project!",
"author": "irtefa",
"license": "GNU AGPLv3",
"repository": "Strawberry-Jam-Manufacturers/letsjam",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
"engines": {
"node": ">=10"
},
"scripts": {
"format": "prettier --write '**'",
"format:check": "prettier --check '**'",
"typecheck": "tsc --noEmit",
"lint": "eslint '**'",
"test": "echo 'lol'",
"test:watch": "echo 'lol'",
"build": "rm -rf dist && microbundle --no-compress --format modern,cjs --jsx React.createElement",
"build:watch": "rm -rf dist && microbundle watch --no-compress --format modern,cjs --jsx React.createElement",
"build:example": "rm -rf example-dist && parcel build example/index.html --out-dir example-dist --no-autoinstall",
"build:example:watch": "rm -rf example-dist && parcel serve example/index.html --out-dir example-dist --no-autoinstall",
"start": "npm run -s build:example:watch",
"preinstall": "echo Here's something to jam to while you're installing Jam: https://open.spotify.com/track/6LR8aF4sBKLurQ27wAtbiU",
"prepublishOnly": "npm run -s build"
},
"dependencies": {
"@material-ui/core": "^4.9.12",
"@reach/tooltip": "^0.10.3",
"bootstrap": "^4.5.0",
"device-detector-js": "^2.2.1",
"draft-js": "^0.11.0",
"draft-js-emoji-plugin": "^2.1.3",
"draft-js-linkify-plugin": "^2.0.2",
"draft-js-mention-plugin": "^3.1.5",
"draft-js-plugins-editor": "^3.0.0",
"draft-js-static-toolbar-plugin": "^3.0.1",
"emoji-mart": "^3.0.0",
"emotion": "^10.0.27",
"html2canvas": "^1.0.0-rc.5",
"jquery": "^3.5.1",
"js-base64": "^2.5.2",
"material-ui-chip-input": "^2.0.0-beta.2",
"moment": "2.24.0",
"mousetrap": "^1.6.5",
"optimal-select": "^4.0.1",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-draggable": "^4.2.0",
"react-mutation-observer": "^1.1.0",
"react-router-dom": "^5.2.0",
"react-spring": "^8.0.27",
"react-tooltip": "^4.2.5",
"socket.io-client": "^2.3.0",
"style-loader": "^1.1.3",
"url-loader": "4.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/runtime-corejs2": "^7.9.6",
"@types/draft-js": "^0.10.40",
"@types/emoji-mart": "^3.0.1",
"@types/isomorphic-fetch": "0.0.35",
"@types/js-base64": "^2.3.1",
"@types/mousetrap": "^1.6.3",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/socket.io-client": "^1.4.33",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.1",
"husky": "^4.2.5",
"lint-staged": "^10.2.2",
"microbundle": "^0.12.0",
"parcel": "^1.12.4",
"prettier": "^2.0.5",
"typescript": "^3.9.2"
},
"files": [
"dist"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*": [
"prettier --write",
"git add"
]
}
}