mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 03:23:51 -05:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "loot-design",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@babel/traverse": "^7.0.0-rc.1",
|
|
"@babel/types": "^7.0.0-rc.1",
|
|
"@jlongster/lively": "0.0.4",
|
|
"@svgr/cli": "^6.5.1",
|
|
"@testing-library/react": "^9.1.4",
|
|
"chroma-js": "^1.3.3",
|
|
"date-fns": "2.0.0-alpha.27",
|
|
"downshift": "1.31.16",
|
|
"eslint": "8.35.0",
|
|
"formik": "^0.11.10",
|
|
"glamor": "^2.20.40",
|
|
"jest": "^27.0.0",
|
|
"memoize-one": "^4.0.0",
|
|
"node-noop": "1.0.0",
|
|
"npm-run-all": "^4.1.3",
|
|
"prop-types": "15.6.0",
|
|
"react": "16.13.1",
|
|
"react-dnd-html5-backend": "^10.0.2",
|
|
"react-dom": "16.13.1",
|
|
"wobble": "^1.5.0"
|
|
},
|
|
"dependencies": {
|
|
"@juggle/resize-observer": "^3.1.2",
|
|
"hotkeys-js": "3.8.2",
|
|
"pikaday": "1.8.0",
|
|
"react-dnd": "^10.0.2",
|
|
"react-merge-refs": "^1.1.0",
|
|
"react-modal": "3.16.1",
|
|
"react-spring": "^8.0.27",
|
|
"react-virtualized-auto-sizer": "^1.0.2"
|
|
},
|
|
"scripts": {
|
|
"test": "npm-run-all -cp 'test:*'",
|
|
"test:web": "jest -c jest.config.js",
|
|
"lint": "eslint src"
|
|
},
|
|
"homepage": "./",
|
|
"manifest": "manifest.json",
|
|
"pathAliases": {
|
|
"react-art": "../../node_modules/node-noop"
|
|
},
|
|
"browserslist": [
|
|
"electron 3.0"
|
|
]
|
|
}
|