mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 10:49:02 +00:00
Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.13.1. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.12.0...v4.13.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"name": "darkwire-client",
|
|
"version": "2.0.0-beta.12",
|
|
"main": "index.js",
|
|
"contributors": [
|
|
{
|
|
"name": "Daniel Seripap"
|
|
},
|
|
{
|
|
"name": "Alan Friedman"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"autosize": "^4.0.2",
|
|
"bootstrap": "^4.3.1",
|
|
"clipboard": "^2.0.4",
|
|
"feather-icons": "^4.21.0",
|
|
"jquery": "^3.5.0",
|
|
"js-cookie": "^2.2.0",
|
|
"lodash": "^4.17.20",
|
|
"moment": "^2.24.0",
|
|
"node-sass": "^4.13.1",
|
|
"popper.js": "^1.15.0",
|
|
"randomcolor": "^0.5.4",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-feather": "^1.1.6",
|
|
"react-linkify": "^0.2.2",
|
|
"react-modal": "^3.8.1",
|
|
"react-redux": "^7.0.3",
|
|
"react-router-dom": "^5.0.0",
|
|
"react-scripts": "3.0.0",
|
|
"react-simple-dropdown": "^3.2.3",
|
|
"redux": "^4.0.1",
|
|
"redux-thunk": "^2.3.0",
|
|
"sanitize-html": "^1.20.1",
|
|
"shortid": "^2.2.14",
|
|
"socket.io-client": "^2.2.0",
|
|
"tinycon": "^0.6.8",
|
|
"webcrypto-shim": "^0.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jest-environment-jsdom-sixteen",
|
|
"coverage": "react-scripts test --env=jest-environment-jsdom-sixteen --coverage --watchAll=false",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint src"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@peculiar/webcrypto": "^1.1.1",
|
|
"@testing-library/jest-dom": "^5.5.0",
|
|
"@testing-library/react": "^10.0.4",
|
|
"enzyme": "^3.9.0",
|
|
"enzyme-adapter-react-16": "^1.12.1",
|
|
"enzyme-to-json": "^3.3.5",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"jest-environment-jsdom-sixteen": "^1.0.3",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"prettier": "^2.0.5"
|
|
}
|
|
}
|