-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.68 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
{
"name": "accutheme-tw4",
"version": "2024.4.0-alpha.25",
"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",
"rollup": "rollup --config",
"test": "echo n/a",
"======": "nop - things above work, things below are placeholders, experiments, etc",
"start:js": "webpack --config webpack.config.skin.NavSite.js --mode development",
"build:js": "webpack --config webpack.config.skin.NavSite.js --mode production",
"package": "webpack --config webpack.package.config.js --mode production",
"build:not": "nop npm run build:css && npm run build:js",
"clean": "nop rimraf dist",
"end-of-scripts": "nop"
},
"devDependencies": {
"@tailwindcss/cli": "^4.0.0-alpha.25",
"@tailwindcss/postcss": "^4.0.0-alpha.25",
"@tailwindcss/vite": "^4.0.0-alpha.25",
"@types/node": "^22.7.4",
"rollup": "^4.22.5",
"tailwindcss": "^4.0.0-alpha.25"
},
"engines": {
"node": ">=20.15.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"
],
"end-of-file": true
}