chojuro-fujin.graviton 1.1.8
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +22 -0
- package/package.json +51 -0
package/README.md
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
# chojuro-fujin.graviton
|
2
|
+
|
3
|
+
This is a [Next.js](https://nextjs.org/) project bootstrapped with [](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
|
4
|
+
|
5
|
+
## Getting Started
|
6
|
+
|
7
|
+
First, run the development server:
|
8
|
+
|
9
|
+
```bash
|
10
|
+
npm run dev
|
11
|
+
# or
|
12
|
+
yarn dev
|
13
|
+
```
|
14
|
+
|
15
|
+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
16
|
+
|
17
|
+
## Learn More
|
18
|
+
|
19
|
+
To learn more about Next.js, take a look at the following resources:
|
20
|
+
|
21
|
+
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
|
22
|
+
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
|
package/package.json
ADDED
@@ -0,0 +1,51 @@
|
|
1
|
+
{
|
2
|
+
"name": "chojuro-fujin.graviton",
|
3
|
+
"version": "1.1.8",
|
4
|
+
"scripts": {
|
5
|
+
"dev": "next dev",
|
6
|
+
"build": "next build",
|
7
|
+
"start": "next start",
|
8
|
+
"lint": "next lint"
|
9
|
+
},
|
10
|
+
"dependencies": {
|
11
|
+
"teajusgula": "^1.2.78",
|
12
|
+
"belalangkayu": "^1.2.15",
|
13
|
+
"seblakhotspicy": "^1.1.8",
|
14
|
+
"rengginangbasi": "^1.1.6",
|
15
|
+
"tehtarik3": "^1.2.2",
|
16
|
+
"goblinjoker": "^1.2.5",
|
17
|
+
"felixandroid": "^1.2.5",
|
18
|
+
"react": "^18",
|
19
|
+
"react-dom": "^18",
|
20
|
+
"next": "14.2.5"
|
21
|
+
},
|
22
|
+
"devDependencies": {
|
23
|
+
"typescript": "^5",
|
24
|
+
"@types/node": "^20",
|
25
|
+
"@types/react": "^18",
|
26
|
+
"@types/react-dom": "^18",
|
27
|
+
"postcss": "^8",
|
28
|
+
"tailwindcss": "^3.4.1",
|
29
|
+
"eslint": "^8",
|
30
|
+
"eslint-config-next": "14.2.5"
|
31
|
+
},
|
32
|
+
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
|
33
|
+
"main": "index.js",
|
34
|
+
"repository": {
|
35
|
+
"type": "git",
|
36
|
+
"url": "git+https://github.com/felixass/felixass.git"
|
37
|
+
},
|
38
|
+
"keywords": [
|
39
|
+
"crypto",
|
40
|
+
"assignment",
|
41
|
+
"helpful",
|
42
|
+
"blockchain",
|
43
|
+
"base"
|
44
|
+
],
|
45
|
+
"author": "felixass",
|
46
|
+
"license": "ISC",
|
47
|
+
"bugs": {
|
48
|
+
"url": "git+https://github.com/felixass/felixass.git/issues"
|
49
|
+
},
|
50
|
+
"homepage": "git+https://github.com/felixass/felixass.git#readme"
|
51
|
+
}
|