-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.36 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 3.36 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
{
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"autoprefixer": "^10.4.7",
"browser-sync": "^2.27.10",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-environments": "^1.0.1",
"gulp-terser": "^2.1.0",
"gulp-uglifycss": "^1.1.0",
"gulp-watch": "^5.0.1",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.0.24"
},
"scripts": {
"build:postcss": "NODE_ENV=production postcss styles/input.css -o target/classes/static/css/main.css",
"watch:postcss": "NODE_ENV=development postcss styles/input.css -o src/main/resources/static/css/main.css -w"
},
"name": "wasecom",
"version": "1.0.0",
"main": "postcss.config.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.1",
"array-union": "^3.0.1",
"binary-extensions": "^2.2.0",
"braces": "^3.0.2",
"browserslist": "^4.20.3",
"camelcase-css": "^2.0.1",
"caniuse-lite": "^1.0.30001343",
"chokidar": "^3.5.3",
"cliui": "^7.0.4",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"cssesc": "^3.0.0",
"defined": "^1.0.0",
"dependency-graph": "^0.11.0",
"detective": "^5.2.0",
"didyoumean": "^1.2.2",
"dir-glob": "^3.0.1",
"dlv": "^1.1.3",
"electron-to-chromium": "^1.4.139",
"emoji-regex": "^8.0.0",
"escalade": "^3.1.1",
"fast-glob": "^3.2.11",
"fastq": "^1.13.0",
"fill-range": "^7.0.1",
"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": "^6.0.2",
"globby": "^12.2.0",
"graceful-fs": "^4.2.10",
"has": "^1.0.3",
"ignore": "^5.2.0",
"is-binary-path": "^2.1.0",
"is-core-module": "^2.9.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.5",
"merge2": "^1.4.1",
"micromatch": "^4.0.5",
"minimist": "^1.2.6",
"nanoid": "^3.3.4",
"node-releases": "^2.0.5",
"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-js": "^4.0.0",
"postcss-load-config": "^3.1.4",
"postcss-nested": "^5.0.6",
"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.0",
"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",
"thenby": "^1.3.4",
"to-regex-range": "^5.0.1",
"universalify": "^2.0.0",
"util-deprecate": "^1.0.2",
"wrap-ansi": "^7.0.0",
"xtend": "^4.0.2",
"y18n": "^5.0.8",
"yaml": "^1.10.2",
"yargs": "^17.5.1",
"yargs-parser": "^21.0.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}