rsnext/examples/with-typings-for-css-modules/package.json
Luis Fernando Alvarez D 8c5209efab Update typescript examples (#7867)
* Updated with-jest-typescript

* Updated the mobx-state-tree-typescript example

* Removed the sitemap with typescript example

* Updated the with css typings example
2019-07-10 12:51:21 +02:00

23 lines
501 B
JSON

{
"name": "with-typings-for-css-modules",
"version": "1.0.0",
"license": "ISC",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"typings-for-css-modules-loader": "^1.7.0"
},
"devDependencies": {
"@types/react": "16.4.16",
"@types/react-dom": "16.0.9",
"typescript": "3.1.3"
}
}