amarta.niskala 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -0
- package/package.json +62 -0
package/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# amarta.niskala
|
|
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,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "amarta.niskala",
|
|
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
|
+
"decachan": "^1.2.0",
|
|
19
|
+
"react": "^18",
|
|
20
|
+
"react-dom": "^18",
|
|
21
|
+
"next": "14.2.5"
|
|
22
|
+
},
|
|
23
|
+
"devDependencies": {
|
|
24
|
+
"typescript": "^5",
|
|
25
|
+
"@types/node": "^20",
|
|
26
|
+
"@types/react": "^18",
|
|
27
|
+
"@types/react-dom": "^18",
|
|
28
|
+
"postcss": "^8",
|
|
29
|
+
"tailwindcss": "^3.4.1",
|
|
30
|
+
"eslint": "^8",
|
|
31
|
+
"eslint-config-next": "14.2.5"
|
|
32
|
+
},
|
|
33
|
+
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
|
|
34
|
+
"main": "index.js",
|
|
35
|
+
"repository": {
|
|
36
|
+
"type": "git",
|
|
37
|
+
"url": "git+https://github.com/rchakbar/swisstronik2.git"
|
|
38
|
+
},
|
|
39
|
+
"keywords": [
|
|
40
|
+
"blockchain",
|
|
41
|
+
"oss",
|
|
42
|
+
"crypto",
|
|
43
|
+
"npm",
|
|
44
|
+
"javascript",
|
|
45
|
+
"typescript",
|
|
46
|
+
"web3",
|
|
47
|
+
"decentralized",
|
|
48
|
+
"opensource",
|
|
49
|
+
"dapp",
|
|
50
|
+
"smartcontract",
|
|
51
|
+
"react",
|
|
52
|
+
"nextjs",
|
|
53
|
+
"defi",
|
|
54
|
+
"cryptocurrency"
|
|
55
|
+
],
|
|
56
|
+
"author": "rchakbar",
|
|
57
|
+
"license": "ISC",
|
|
58
|
+
"bugs": {
|
|
59
|
+
"url": "git+https://github.com/rchakbar/swisstronik2.git/issues"
|
|
60
|
+
},
|
|
61
|
+
"homepage": "git+https://github.com/rchakbar/swisstronik2.git#readme"
|
|
62
|
+
}
|