mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
31 lines
727 B
JSON
31 lines
727 B
JSON
{
|
|
"name": "@notesnook/theme",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "./dist/index.js",
|
|
"dependencies": {
|
|
"@rebass/forms": "^4.0.6",
|
|
"@types/rebass": "^4.0.10",
|
|
"@types/rebass__forms": "^4.0.6",
|
|
"emotion-theming": "^10.0.19",
|
|
"rebass": "^4.0.7",
|
|
"tinycolor2": "^1.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.11",
|
|
"@types/react": "^17.0.37",
|
|
"@types/react-color": "^3.0.6",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-modal": "^3.13.1",
|
|
"@types/tinycolor2": "^1.4.3",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-scripts": "4.0.3",
|
|
"typescript": "^4.5.2",
|
|
"web-vitals": "^1.1.2"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
}
|
|
}
|