diff options
author | Indrajith K L | 2024-02-05 04:15:02 +0530 |
---|---|---|
committer | Indrajith K L | 2024-02-05 04:15:02 +0530 |
commit | f05a472585b2506da21aed71f0252b2d4c04a221 (patch) | |
tree | 4f65a3801f29250a049f3cc5cd2ac9c0a41d78f9 /package.json | |
download | react-hooks-training-f05a472585b2506da21aed71f0252b2d4c04a221.tar.gz react-hooks-training-f05a472585b2506da21aed71f0252b2d4c04a221.tar.bz2 react-hooks-training-f05a472585b2506da21aed71f0252b2d4c04a221.zip |
React Slides
* Adds useState
* State
* useEffect
* Side Effects
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..77d02e8 --- /dev/null +++ b/package.json @@ -0,0 +1,37 @@ +{ + "name": "animotion", + "private": true, + "version": "1.0.0", + "type": "module", + "scripts": { + "dev": "vite", + "build": "vite build", + "preview": "vite preview", + "check": "svelte-check --tsconfig ./tsconfig.json" + }, + "devDependencies": { + "@sveltejs/vite-plugin-svelte": "^2.5.2", + "@tsconfig/svelte": "^5.0.2", + "@types/d3-interpolate": "^3.0.4", + "@types/node": "^20.9.0", + "@types/reveal.js": "^4.4.6", + "autoprefixer": "^10.4.16", + "postcss": "^8.4.31", + "postcss-load-config": "^4.0.1", + "prettier": "^3.1.0", + "prettier-plugin-svelte": "^3.1.0", + "prettier-plugin-tailwindcss": "^0.5.7", + "svelte": "^4.2.3", + "svelte-check": "^3.6.0", + "tailwindcss": "^3.3.5", + "tslib": "^2.6.2", + "typescript": "^5.2.2", + "vite": "^4.5.0" + }, + "dependencies": { + "@fontsource-variable/jetbrains-mono": "^5.0.18", + "@fontsource-variable/manrope": "^5.0.17", + "d3-interpolate": "^3.0.1", + "reveal.js": "^5.0.2" + } +} |