-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.31 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
53
{
"name": "nvquicktheme-tailwind",
"version": "1.0.0",
"description": "Barebones Tailwind DNN Theme",
"main": "gulpfile.ts",
"scripts": {
"build": "",
"watch": ""
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@types/gulp": "^4.0.9",
"autoprefixer": "^10.4.5",
"cssnano": "^5.0.8",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-jshint": "^2.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"postcss-import": "^14.1.0",
"tailwindcss": "^3.0.24",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"keywords": [
"DNNCMS",
"DNN",
"Theme",
"Skin",
"Tailwind",
"DotNetNuke"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nvisionative/nvQuickTheme-Tailwind.git"
},
"bugs": {
"url": "https://github.com/nvisionative/nvQuickTheme-Tailwind/issues"
},
"homepage": "https://github.com/nvisionative/nvQuickTheme-Tailwind#readme",
"author": "nvisionative",
"license": "GPL-3.0"
}