2020-07-31 15:52:16 +05:00
|
|
|
{
|
2022-05-21 10:38:45 +05:00
|
|
|
"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"
|
2020-08-07 18:03:53 +05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-05-21 10:38:45 +05:00
|
|
|
"@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"
|
2020-08-07 18:03:53 +05:00
|
|
|
},
|
2022-05-21 10:38:45 +05:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc"
|
|
|
|
|
}
|
|
|
|
|
}
|