-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "UntilEverything",
"version": "16.0.0",
"author": "Vedansh",
"co-author": "Vedansh's Bot <https://github.com/TheHamsterBot/>",
"main": "./Dockerfile",
"homepage": "https://github.com/offensive-vk/UntilEverything/",
"private": true,
"license": "ISC",
"scripts": {
"start": "node JavaScript/Advanced/Promises.js",
"add": "pnpm add typescript express sass nodemon tailwindcss react react-dom bootstrap tsup ts-node pnpm",
"dev": "echo Powering Up Server... && node JavaScript/Advanced/Promises.js",
"test": "echo Tests were successful.",
"build": "echo Build Success ✨",
"lint": "echo Linter isn't available.",
"tailwind": "pnpx tailwindcss init -p"
},
"dependencies": {
"bootstrap": "^5.3.3",
"express": "^4.21.2",
"nodemon": "^3.1.9",
"pnpm": "^10.6.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sass": "^1.85.1",
"tailwindcss": "^4.0.12",
"ts-node": "^10.9.2",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
"keywords": [
"Ajax",
"Bootstrap",
"CSS",
"HTML",
"JavaScript",
"PHP",
"Python",
"Sass",
"TypeScript",
"MDX",
"jQuery",
"Express",
"Markdown",
"YAML"
],
"description": "Language Specific Examples and Various Web Development Projects & Pages."
}