Files
notesnook/packages/theme/package.json

36 lines
883 B
JSON
Raw Normal View History

2020-07-31 15:52:16 +05:00
{
2022-07-15 09:30:09 +05:00
"name": "@streetwriters/theme",
"version": "1.0.0",
2022-05-21 10:38:45 +05:00
"main": "./dist/index.js",
2022-07-15 09:30:09 +05:00
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/streetwriters/themeprovider.git"
},
2022-05-21 10:38:45 +05:00
"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": {
2022-07-15 09:30:09 +05:00
"build": "tsc",
"pub": "npm run build && npm publish"
2022-05-21 10:38:45 +05:00
}
}