-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.51 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
{
"name": "@xenial-io/xenial-template",
"version": "0.1.0",
"description": "Corporate Design Template for Xenial",
"main": "src/index.ts",
"type": "module",
"scripts": {
"start": "open-cli http://localhost:1234 & parcel serve src/index.html",
"watch": "parcel watch src/index.html",
"build": "rollup -c",
"serve": "npm run build && dotnet serve -d dist -z -b",
"build:watch": "chokidar src/**/* -c \"npm run build\""
},
"author": "Manuel Grundner, Xenial",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": " https://github.com/xenial-io/Xenial.Template.git"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/plugin-transform-typescript": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@fortawesome/fontawesome-free": "^6.6.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"chokidar-cli": "^3.0.0",
"css": "^3.0.0",
"open-cli": "^8.0.0",
"parcel-bundler": "^1.12.5",
"prismjs": "^1.29.0",
"rollup": "^4.24.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-scss": "^4.0.0",
"sass": "^1.80.1",
"typescript": "^5.6.3",
"zlib": "^1.0.5"
},
"dependencies": {},
"files": [
"dist",
"src"
],
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}