mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "griddle-react-typings",
|
|
"version": "0.7.1",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hodavidhara/griddle-react-typings.git"
|
|
},
|
|
"main": "griddle-react.d.ts",
|
|
"scripts": {
|
|
"test": "tsc",
|
|
"start": "webpack-dev-server"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/react": "^0.14.3 || ^15.0.1",
|
|
"@types/react-dom": "^0.14.3 || ^15.0.1",
|
|
"react": "^0.14.3 || ^15.0.1",
|
|
"react-dom": "^0.14.3 || ^15.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/lodash": "^4.12.0",
|
|
"griddle-react": "^0.7.1",
|
|
"lodash": "^4.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^0.14.3 || ^15.0.1",
|
|
"@types/react-dom": "^0.14.3 || ^15.0.1",
|
|
"babel-core": "^6.7.4",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"react": "^0.14.3 || ^15.0.1",
|
|
"react-dom": "^0.14.3 || ^15.0.1",
|
|
"ts-loader": "^0.8.1",
|
|
"typescript": "^2.1.0",
|
|
"typings": "^0.7.9",
|
|
"webpack": "^1.12.14",
|
|
"webpack-dev-server": "^1.14.1"
|
|
}
|
|
}
|