cra-template-typescript-graphql
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "cra-template-typescript-graphql", | ||
"version": "0.0.1", | ||
"description": "Awesome project developed with TypeORM.", | ||
"devDependencies": { | ||
"ts-node": "3.3.0", | ||
"@types/node": "^8.0.29", | ||
"typescript": "2.5.2" | ||
"version": "0.0.2", | ||
"keywords": [ | ||
"react", | ||
"create-react-app", | ||
"template", | ||
"typescript" | ||
], | ||
"description": "The base TypeScript + GraphQL template for Create React App.", | ||
"main": "template.json", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/benawad/cra-template-typescript-graphql.git" | ||
}, | ||
"dependencies": { | ||
"typeorm": "0.2.7", | ||
"reflect-metadata": "^0.1.10", | ||
"sqlite3": "^3.1.10" | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=8.10" | ||
}, | ||
"scripts": { | ||
"start": "ts-node src/index.ts" | ||
"bugs": { | ||
"url": "https://github.com/benawad/cra-template-typescript-graphql/issues" | ||
}, | ||
"main": "index.js", | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
"files": [ | ||
"template", | ||
"template.json" | ||
] | ||
} |
@@ -1,7 +0,20 @@ | ||
# Awesome Project Build with TypeORM | ||
Steps to run this project: | ||
# cra-template-typescript | ||
1. Run `npm i` command | ||
2. Setup database settings inside `ormconfig.json` file | ||
3. Run `npm start` command | ||
This is the official TypeScript template for [Create React App](https://github.com/facebook/create-react-app). | ||
To use this template, add `--template typescript-graphql` when creating a new app. | ||
For example: | ||
```sh | ||
npx create-react-app my-app --template typescript-graphql | ||
# or | ||
yarn create react-app my-app --template typescript-graphql | ||
``` | ||
For more information, please refer to: | ||
- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app. | ||
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
33145
0
0
18
209
1
21
0
1
- Removedreflect-metadata@^0.1.10
- Removedsqlite3@^3.1.10
- Removedtypeorm@0.2.7
- Removed@types/node@22.9.0(transitive)
- Removedansi-regex@2.1.13.0.1(transitive)
- Removedansi-styles@2.2.13.2.1(transitive)
- Removedany-promise@1.3.0(transitive)
- Removedapp-root-path@2.2.1(transitive)
- Removedargparse@1.0.10(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbuffer@5.7.1(transitive)
- Removedcamelcase@4.1.0(transitive)
- Removedchalk@1.1.32.4.2(transitive)
- Removedcli-highlight@1.2.3(transitive)
- Removedcliui@4.1.0(transitive)
- Removedcode-point-at@1.1.0(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedcross-spawn@5.1.06.0.5(transitive)
- Removeddebug@3.2.7(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removeddotenv@5.0.1(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedesprima@4.0.1(transitive)
- Removedexeca@0.7.01.0.0(transitive)
- Removedfiglet@1.8.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedget-caller-file@1.0.3(transitive)
- Removedget-stream@3.0.04.1.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedhighlight.js@9.18.5(transitive)
- Removedieee754@1.2.1(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedinvert-kv@1.0.02.0.0(transitive)
- Removedis-fullwidth-code-point@1.0.02.0.0(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedlcid@1.0.02.0.0(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedmap-age-cleaner@0.1.3(transitive)
- Removedmem@1.1.04.3.0(transitive)
- Removedmimic-fn@1.2.02.1.0(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedms@2.1.3(transitive)
- Removedmz@2.7.0(transitive)
- Removednan@2.7.0(transitive)
- Removednice-try@1.0.5(transitive)
- Removednpm-run-path@2.0.2(transitive)
- Removednumber-is-nan@1.0.1(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedonce@1.4.0(transitive)
- Removedos-locale@2.1.03.1.0(transitive)
- Removedp-defer@1.0.0(transitive)
- Removedp-finally@1.0.0(transitive)
- Removedp-is-promise@2.1.0(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
- Removedparent-require@1.0.0(transitive)
- Removedparse5@3.0.3(transitive)
- Removedpath-exists@3.0.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedpump@3.0.2(transitive)
- Removedreflect-metadata@0.1.14(transitive)
- Removedrequire-directory@2.1.1(transitive)
- Removedrequire-main-filename@1.0.1(transitive)
- Removedsax@1.4.1(transitive)
- Removedsemver@5.7.2(transitive)
- Removedset-blocking@2.0.0(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedsprintf-js@1.0.3(transitive)
- Removedsqlite3@3.1.13(transitive)
- Removedstring-width@1.0.22.1.1(transitive)
- Removedstrip-ansi@3.0.14.0.0(transitive)
- Removedstrip-eof@1.0.0(transitive)
- Removedsupports-color@2.0.05.5.0(transitive)
- Removedthenify@3.3.1(transitive)
- Removedthenify-all@1.6.0(transitive)
- Removedtypeorm@0.2.7(transitive)
- Removedundici-types@6.19.8(transitive)
- Removedwhich@1.3.1(transitive)
- Removedwhich-module@2.0.1(transitive)
- Removedwrap-ansi@2.1.0(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedxml2js@0.4.23(transitive)
- Removedxmlbuilder@11.0.1(transitive)
- Removedy18n@3.2.2(transitive)
- Removedyallist@2.1.2(transitive)
- Removedyargonaut@1.1.4(transitive)
- Removedyargs@10.1.211.1.1(transitive)
- Removedyargs-parser@8.1.09.0.2(transitive)