WebStudio/package.json

205 lines
5.7 KiB
JSON
Raw Normal View History

2019-11-12 12:21:05 +00:00
{
"name": "webstudio",
2020-11-02 23:16:46 +00:00
"version": "1.4.0",
2019-11-12 12:21:05 +00:00
"private": true,
"dependencies": {
2020-03-29 10:04:49 +00:00
"@babel/core": "7.6.0",
2019-11-26 10:01:26 +00:00
"@reduxjs/toolkit": "^1.0.4",
2020-03-29 10:04:49 +00:00
"@svgr/webpack": "4.3.2",
2020-03-27 10:22:54 +00:00
"@types/dom-mediacapture-record": "^1.0.4",
2019-11-12 12:21:05 +00:00
"@types/jest": "24.0.22",
2020-03-19 22:24:00 +00:00
"@types/keymaster": "^1.6.28",
2020-04-16 08:26:08 +00:00
"@types/later": "^1.2.6",
2019-11-26 10:01:26 +00:00
"@types/lodash": "^4.14.149",
"@types/node": "^13.11.0",
2019-11-26 10:01:26 +00:00
"@types/qs": "^6.9.0",
2020-04-10 10:57:03 +00:00
"@types/raygun4js": "^2.13.2",
2019-11-12 12:21:05 +00:00
"@types/react": "16.9.11",
2019-11-26 10:01:26 +00:00
"@types/react-beautiful-dnd": "^11.0.3",
2020-03-23 16:35:21 +00:00
"@types/react-beforeunload": "^2.1.0",
2019-11-12 12:21:05 +00:00
"@types/react-dom": "16.9.4",
2020-03-29 11:23:41 +00:00
"@types/react-modal": "^3.10.5",
2019-11-26 10:01:26 +00:00
"@types/react-redux": "^7.1.5",
"@types/reactstrap": "^8.4.2",
"@types/redux-persist": "^4.3.1",
"@types/sdp-transform": "^2.4.3",
"@types/wavesurfer.js": "^3.3.1",
2019-11-26 10:01:26 +00:00
"@types/webpack-env": "^1.14.1",
2020-03-29 10:04:49 +00:00
"@typescript-eslint/eslint-plugin": "^2.2.0",
"@typescript-eslint/parser": "^2.2.0",
"babel-eslint": "10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-named-asset-import": "^0.3.4",
"babel-preset-react-app": "^9.0.2",
2020-03-19 17:49:55 +00:00
"between.js": "^0.1.2-fix.2",
2020-03-29 10:04:49 +00:00
"camelcase": "^5.2.0",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"css-loader": "2.1.1",
"date-fns": "^2.12.0",
2020-03-29 10:04:49 +00:00
"dotenv": "6.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^6.1.0",
"eslint-config-react-app": "^5.0.2",
"eslint-loader": "3.0.2",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "^1.6.1",
"eventemitter3": "^4.0.0",
2020-04-06 13:39:17 +00:00
"fetch-progress": "github:UniversityRadioYork/fetch-progress",
2020-03-29 10:04:49 +00:00
"file-loader": "3.0.1",
"fs-extra": "7.0.1",
"html-webpack-plugin": "4.0.0-beta.5",
"identity-obj-proxy": "3.0.0",
"is-wsl": "^1.1.0",
"jest": "24.9.0",
"jest-environment-jsdom-fourteen": "0.1.0",
"jest-resolve": "24.9.0",
"jest-watch-typeahead": "0.4.0",
2020-03-19 22:24:00 +00:00
"keymaster": "^1.6.2",
2020-04-16 08:26:08 +00:00
"later": "^1.2.0",
"lodash": "^4.17.19",
2020-03-29 10:04:49 +00:00
"mini-css-extract-plugin": "0.8.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"pnp-webpack-plugin": "1.5.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "7.0.1",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"prop-types": "^15.0.0",
2019-11-26 10:01:26 +00:00
"qs": "^6.9.1",
2020-04-10 10:57:03 +00:00
"raygun4js": "^2.18.3",
"react": "^16.13.1",
2020-03-29 10:04:49 +00:00
"react-app-polyfill": "^1.0.4",
2019-11-26 10:01:26 +00:00
"react-beautiful-dnd": "^12.1.1",
2020-03-23 16:35:21 +00:00
"react-beforeunload": "^2.1.0",
2019-11-26 13:00:15 +00:00
"react-contextmenu": "^2.13.0",
2020-03-29 10:04:49 +00:00
"react-dev-utils": "^9.1.0",
2019-11-26 10:01:26 +00:00
"react-dnd": "^9.4.0",
"react-dnd-html5-backend": "^9.4.0",
"react-dom": "^16.13.1",
"react-icons": "^3.9.0",
"react-live-clock": "^4.0.5",
2020-03-29 11:23:41 +00:00
"react-modal": "^3.11.2",
2019-11-26 10:01:26 +00:00
"react-redux": "^7.1.3",
"react-scripts": "3.4.1",
"react-stopwatch": "^2.0.4",
"reactstrap": "^8.4.1",
2019-11-26 10:01:26 +00:00
"redux": "^4.0.4",
"redux-persist": "^6.0.0",
2020-03-29 10:04:49 +00:00
"resolve": "1.12.0",
"resolve-url-loader": "3.1.0",
"sass-loader": "7.2.0",
"sdp-transform": "^2.14.0",
"semver": "7.3.2",
"serialize-javascript": "^5.0.1",
"stereo-analyser-node": "^1.0.0",
"strict-event-emitter-types": "^2.0.0",
2020-03-29 10:04:49 +00:00
"style-loader": "1.0.0",
"terser-webpack-plugin": "1.4.1",
"ts-pnp": "1.1.4",
2020-03-21 22:51:04 +00:00
"typescript": "3.7.2",
2020-03-29 10:04:49 +00:00
"url-loader": "2.1.0",
"wavesurfer.js": "4.1.1",
2020-03-29 10:04:49 +00:00
"webpack": "4.41.0",
"webpack-dev-server": "3.2.1",
"webpack-manifest-plugin": "2.1.1",
"workbox-webpack-plugin": "^5.1.2",
2020-03-29 11:23:41 +00:00
"worklet-loader": "^1.0.0"
2019-11-12 12:21:05 +00:00
},
2020-05-26 13:09:24 +00:00
"homepage": "https://ury.org.uk/webstudio",
2019-11-12 12:21:05 +00:00
"scripts": {
2020-03-29 10:04:49 +00:00
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js"
2019-11-12 12:21:05 +00:00
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2020-03-17 22:11:49 +00:00
},
"devDependencies": {
"@types/puppeteer": "^3.0.0",
2020-04-19 16:49:59 +00:00
"@ury1350/prettier-config": "^1.0.0",
"husky": "^4.3.0",
"lint-staged": ">=10",
2020-04-03 10:41:34 +00:00
"node-sass": "^4.13.1",
2020-03-17 22:11:49 +00:00
"prettier": "^1.19.1"
2020-03-29 10:04:49 +00:00
},
"jest": {
"roots": [
"<rootDir>/src"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/**/*.d.ts"
],
"setupFiles": [
"react-app-polyfill/jsdom"
],
"setupFilesAfterEnv": [],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
],
"testEnvironment": "jest-environment-jsdom-fourteen",
"transform": {
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
"^.+\\.module\\.(css|sass|scss)$"
],
"modulePaths": [],
"moduleNameMapper": {
"^react-native$": "react-native-web",
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
},
"moduleFileExtensions": [
"web.js",
"js",
"web.ts",
"ts",
"web.tsx",
"tsx",
"json",
"web.jsx",
"jsx",
"node"
],
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
]
},
"babel": {
"presets": [
"react-app"
]
2020-04-19 16:49:59 +00:00
},
"prettier": "@ury1350/prettier-config",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,scss}": "prettier --write"
}
2019-11-12 12:21:05 +00:00
}