-
-
Notifications
You must be signed in to change notification settings - Fork 774
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 876 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 876 Bytes
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
{
"name": "aperture",
"version": "10.3.0",
"description": "Default theme for DNN 10.",
"main": "src/scripts/main.ts",
"author": "DNN Community",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsx build.ts",
"watch": "tsx build.ts --watch"
},
"dependencies": {
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@types/browser-sync": "^2.29.0",
"@types/node": "^24.9.0",
"@types/postcss-import": "^14.0.3",
"browser-sync": "^3.0.4",
"chokidar": "^4.0.3",
"cssnano": "^7.1.3",
"glob": "^13.0.6",
"postcss": "^8.5.8",
"postcss-banner": "^4.0.1",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1",
"sass-embedded": "^1.98.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"zip-lib": "^1.2.2"
},
"browserslist": [
"last 2 versions",
"> 1%",
"not dead"
]
}