forked from digitallyinduced/thin-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 975 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "thin-backend-components",
"version": "0.0.1",
"description": "",
"main": "./build/index.js",
"files": ["build/*", "crud.css"],
"type": "module",
"types": "./build/index.d.ts",
"dependencies": {
"react-bootstrap": "1.6.4"
},
"peerDependencies": {
"react": ">=17.0.2"
},
"author": "digitally induced, Inc.",
"license": "MIT",
"scripts": {
"dev": "node server.js",
"build": "node_modules/.bin/tsc && cp crud.css build/",
"typecheck": "node_modules/.bin/tsc --watch"
},
"devDependencies": {
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"dotenv": "^10.0.0",
"esbuild": "^0.13.1",
"react-dom": ">=17.0.2",
"thin-backend": "*",
"typescript": "^4.6.3",
"@types/thin-backend": "https://thin.dev/ShowTypescriptDeclarationFile?typescriptDeclarationFileId=6be5b77b-e3fd-4f4d-ac6c-ce8af73a480e&accessToken=tUElbKPGLqhAIFSFcPrOyPMfdANPZwdT"
}
}