-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.17 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
{
"name": "stackui",
"version": "1.0.0",
"description": "Stack UI a Freeform UI Library which helps you to craft interactive user interfaces instantly, with Zero Installation and No Documentation Hurdles.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": [
"HTML",
"CSS",
"JavaScript",
"React JS",
"Vue JS",
"Open UI Library",
"UI Framework",
"Front end framework",
"UI Components",
"Bootstrap Colors",
"Bulma CSS Colors",
"Material Design Colors",
"Tailwind CSS Colors",
"Gradient Colors",
"Neumorphism",
"Neumorphic Colors",
"React Components",
"React JS Components",
"Vue Components",
"Vue JS Components",
"Bootstrap",
"Tailwind CSS",
"Material Design",
"Materializecss",
"MD Bootstrap",
"Flexbox System",
"Flexbox grid",
"Open UI"
],
"author": "Kaustubh Shinde",
"license": "MIT",
"dependencies": {
"connect-flash": "^0.1.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.3"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}