-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (75 loc) · 2.57 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "accutheme-tw4",
"scripts": {
"start": "npx @tailwindcss/cli@next -i ./src/tailwind/index.css -o ./dnn/Portals/_default/Skins/AccuTheme-Tw4/Skin.css --watch",
"build": "npx @tailwindcss/cli@next -i ./src/tailwind/index.css -o ./dnn/Portals/_default/Skins/AccuTheme-Tw4/Skin.css",
"images": "rollup --config rollup.config.images.mjs",
"dnn-package": "rollup --config rollup.config.dnn-package.js --mode production",
"updateDLLs": "robocopy \"A:\\dev\\dlls\" \"C:\\dev\\dlls\" /MIR /W:5 /R:2 /NJH /NDL",
"cleanDLLs": "pwsh -Command \"Remove-Item -Path C:\\dev\\dlls -Recurse -Force; Copy-Item -Path A:\\dev\\dlls -Destination C:\\dev\\dlls -Recurse -Force\"",
"watch": "echo use 'npm start'",
"test": "echo n/a",
"======": "nop - things above work, things below are placeholders, leftovers, experiments, etc",
"start:js": "webpack --config webpack.config.skin.NavSite.js --mode development",
"build:js": "webpack --config webpack.config.skin.NavSite.js --mode production",
"build:not": "nop npm run build:css && npm run build:js",
"clean": "nop rimraf dist",
"end-of-scripts": "nop"
},
"version": "2025.01.29",
"devDependencies": {
"@rollup/plugin-image": "^3.0.3",
"@tailwindcss/cli": "^4.0.2",
"@tailwindcss/postcss": "^4.0.2",
"@tailwindcss/vite": "^4.0.2",
"@types/node": "^22.13.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"glob": "^11.0.1",
"imagemin": "^9.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-svgo": "^11.0.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"rollup": "^4.32.1",
"stylelint": "^16.14.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.3",
"tailwindcss": "^4.0.2"
},
"browserslist": [
"last 2 versions",
"> 1%",
"not dead"
],
"engines": {
"node": ">=22.13.1"
},
"license": "ISC",
"author": "Accuraty Solutions",
"description": "DNN Theming and OHS project...",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Accuraty/AccuTheme-Tw4.git",
"directory": "packages/accutheme-tw4"
},
"bugs": "https://github.com/Accuraty/AccuTheme-Tw4/issues",
"homepage": "https://github.com/Accuraty/AccuTheme-Tw4#readme",
"keywords": [
"dnn",
"theme",
"tailwind",
"tailwindcss",
"alpinejs",
"dotnetnuke",
"dotnet",
"dnncms",
"razor",
"rollup"
],
"end-of-file": true
}