forked from ipuppyyt/JSONDummy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.16 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "json-dummy",
"version": "0.1.0",
"description": "A dummy JSON data generator for REST APIs",
"displayName": "JSON Dummy",
"homepage": "https://github.com/ipuppyyt/json-dummy",
"icon": "public/favicon.ico",
"license": "CC BY 4.0",
"private": true,
"author": {
"name": "iPuppyYT",
"url": "https://github.com/ipuppyyt"
},
"maintainers": [
{
"name": "iPuppyYT"
}
],
"keywords": [
"json",
"dummy",
"data",
"generator",
"api",
"rest",
"fake",
"mock"
],
"scripts": {
"dev": "next dev -p 5173 --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@lottiefiles/react-lottie-player": "^3.5.4",
"framer-motion": "^11.3.8",
"hamburger-react": "^2.5.1",
"next": "14.2.5",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"postcss": "^8.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.0"
},
"packageManager": "[email protected]",
"readme": "README.md"
}