mirror of
https://github.com/decompme/decomp.me.git
synced 2026-01-25 06:49:37 -06:00
Co-authored-by: Matt Kempster <kidpixel@gmail.com> Co-authored-by: Mark Street <streetster@gmail.com>
93 lines
3.4 KiB
JSON
93 lines
3.4 KiB
JSON
{
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "next dev --port 8080",
|
|
"build": "next build",
|
|
"start": "next start --port 8080",
|
|
"lint": "next lint && yarn stylelint 'src/**/*.css' 'src/**/*.scss'",
|
|
"postinstall": "next telemetry disable",
|
|
"storybook": "start-storybook -p 6006 --ci",
|
|
"build-storybook": "build-storybook",
|
|
"test": "jest --watch",
|
|
"test:ci": "jest --ci"
|
|
},
|
|
"dependencies": {
|
|
"@badrap/bar-of-progress": "^0.1.2",
|
|
"@primer/octicons-react": "^16.3.1",
|
|
"@react-hook/resize-observer": "^1.2.2",
|
|
"ansi-to-react": "^6.1.6",
|
|
"classnames": "^2.3.1",
|
|
"dequal": "^2.0.2",
|
|
"downshift": "^6.1.7",
|
|
"framer-motion": "^4.1.17",
|
|
"is-mobile": "^3.0.0",
|
|
"monaco-editor": "^0.29.1",
|
|
"next": "^11.1.2",
|
|
"next-plausible": "^3.1.4",
|
|
"next-pwa": "^5.3.1",
|
|
"react": "^18.0.0-alpha-fd5e01c2e-20210913",
|
|
"react-contenteditable": "^3.3.6",
|
|
"react-dom": "^18.0.0-alpha-fd5e01c2e-20210913",
|
|
"react-hot-toast": "^2.1.0",
|
|
"react-laag": "^2.0.3",
|
|
"react-modal": "^3.14.4",
|
|
"react-simple-resizer": "^2.1.0",
|
|
"react-timeago": "^6.2.1",
|
|
"sass": "^1.42.1",
|
|
"swr": "^1.2.1",
|
|
"use-debounce": "^7.0.0",
|
|
"use-deep-compare-effect": "^1.6.1",
|
|
"use-persisted-state": "^0.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.8",
|
|
"@next/eslint-plugin-next": "^11.1.2",
|
|
"@storybook/addon-actions": "^6.3.10",
|
|
"@storybook/addon-essentials": "^6.3.10",
|
|
"@storybook/addon-links": "^6.3.10",
|
|
"@storybook/addon-postcss": "^2.0.0",
|
|
"@storybook/addon-viewport": "^6.3.10",
|
|
"@storybook/builder-webpack5": "^6.3.10",
|
|
"@storybook/manager-webpack5": "^6.3.10",
|
|
"@storybook/preset-scss": "^1.0.3",
|
|
"@storybook/react": "^6.3.10",
|
|
"@svgr/webpack": "^5.5.0",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^13.0.0-alpha.1",
|
|
"@testing-library/user-event": "^13.4.1",
|
|
"@types/react-modal": "^3.13.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
"@typescript-eslint/parser": "^5.0.0",
|
|
"autoprefixer": "^10.3.1",
|
|
"babel-jest": "^27.2.5",
|
|
"babel-loader": "^8.2.2",
|
|
"css-loader": "^6.4.0",
|
|
"cssnano": "^5.0.7",
|
|
"dotenv": "^10.0.0",
|
|
"eslint": "7",
|
|
"eslint-config-next": "11.1.2",
|
|
"eslint-formatter-rdjson": "^1.0.5",
|
|
"eslint-plugin-css-modules": "^2.11.0",
|
|
"eslint-plugin-react": "^7.26.1",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"eslint-plugin-testing-library": "^4.12.4",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^27.2.5",
|
|
"jest-transform-stub": "^2.0.0",
|
|
"monaco-editor-webpack-plugin": "^5.0.0",
|
|
"next-remove-imports": "^1.0.6",
|
|
"postcss": "^8.3.6",
|
|
"postcss-loader": "^6.1.1",
|
|
"postcss-scrollbar": "^0.3.0",
|
|
"react-test-renderer": "^17.0.2",
|
|
"sass-loader": "^12.1.0",
|
|
"storybook-dark-mode": "^1.0.8",
|
|
"style-loader": "^3.3.0",
|
|
"stylelint": "^13.13.1",
|
|
"stylelint-config-css-modules": "^2.2.0",
|
|
"stylelint-config-standard": "^22.0.0",
|
|
"typescript": "^4.4.2",
|
|
"webpack": "5"
|
|
}
|
|
}
|