-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.74 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 3.74 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "pulsa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"acorn": "^7.4.1",
"acorn-node": "^1.8.2",
"acorn-walk": "^7.2.0",
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"anymatch": "^3.1.2",
"arg": "^5.0.2",
"binary-extensions": "^2.2.0",
"braces": "^3.0.2",
"browserslist": "^4.21.4",
"camelcase-css": "^2.0.1",
"caniuse-lite": "^1.0.30001423",
"chokidar": "^3.5.3",
"cliui": "^8.0.1",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"cssesc": "^3.0.0",
"defined": "^1.0.1",
"dependency-graph": "^0.11.0",
"detective": "^5.2.1",
"didyoumean": "^1.2.2",
"dir-glob": "^3.0.1",
"dlv": "^1.1.3",
"electron-to-chromium": "^1.4.284",
"emoji-regex": "^8.0.0",
"escalade": "^3.1.1",
"fast-glob": "^3.2.12",
"fastq": "^1.13.0",
"fill-range": "^7.0.1",
"flowbite": "^1.5.3",
"fraction.js": "^4.2.0",
"fs-extra": "^10.1.0",
"function-bind": "^1.1.1",
"get-caller-file": "^2.0.5",
"get-stdin": "^9.0.0",
"glob-parent": "^5.1.2",
"globby": "^13.1.2",
"graceful-fs": "^4.2.10",
"has": "^1.0.3",
"ignore": "^5.2.0",
"is-binary-path": "^2.1.0",
"is-core-module": "^2.11.0",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^3.0.0",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"jsonfile": "^6.1.0",
"lilconfig": "^2.0.6",
"merge2": "^1.4.1",
"micromatch": "^4.0.5",
"minimist": "^1.2.7",
"nanoid": "^3.3.4",
"node-releases": "^2.0.6",
"normalize-path": "^3.0.0",
"normalize-range": "^0.1.2",
"object-hash": "^3.0.0",
"path-parse": "^1.0.7",
"path-type": "^4.0.0",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"pify": "^2.3.0",
"postcss-import": "^14.1.0",
"postcss-js": "^4.0.0",
"postcss-load-config": "^4.0.1",
"postcss-nested": "^6.0.0",
"postcss-reporter": "^7.0.5",
"postcss-selector-parser": "^6.0.10",
"postcss-value-parser": "^4.2.0",
"pretty-hrtime": "^1.0.3",
"queue-microtask": "^1.2.3",
"quick-lru": "^5.1.1",
"read-cache": "^1.0.0",
"readdirp": "^3.6.0",
"require-directory": "^2.1.1",
"resolve": "^1.22.1",
"reusify": "^1.0.4",
"run-parallel": "^1.2.0",
"slash": "^4.0.0",
"source-map-js": "^1.0.2",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"supports-preserve-symlinks-flag": "^1.0.0",
"tailwind": "^4.0.0",
"thenby": "^1.3.4",
"to-regex-range": "^5.0.1",
"tw-elements": "^1.0.0-alpha12",
"universalify": "^2.0.0",
"update-browserslist-db": "^1.0.10",
"util-deprecate": "^1.0.2",
"webaudio-oscilloscope": "^3.2.1",
"wrap-ansi": "^7.0.0",
"xtend": "^4.0.2",
"y18n": "^5.0.8",
"yaml": "^2.1.3",
"yargs": "^17.6.0",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"tailwindcss": "^3.2.2"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
},
"scripts": {
"build:postcss": "NODE_ENV=production postcss src/main/resources/static/css/style.tailwind.css -o target/classes/static/css/tailwind.css",
"watch:postcss": "NODE_ENV=development postcss src/main/resources/static/css/style.tailwind.css -o target/classes/static/css/tailwind.css -w",
"deploy": "yarn build:postcss; ./mvnw package; $JAVA_HOME/bin/java -jar target/hugboverkefni-0.0.1-SNAPSHOT.jar"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Selph/hugbo-1-hopur-6.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Selph/hugbo-1-hopur-6/issues"
},
"homepage": "https://github.com/Selph/hugbo-1-hopur-6#readme"
}