forked from FH-Potsdam/teaching-parametric-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 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": "teaching-inclusive-design",
"version": "1.0.0",
"description": "teaching inclusive design at university of applied sciences potsdam",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"dev": "cross-env ELEVENTY_ENV=dev eleventy --serve",
"build": "cross-env ELEVENTY_ENV=prod eleventy",
"seed": "cross-env ELEVENTY_ENV=seed eleventy",
"serve": "http-server ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FH-Potsdam/teaching-inclusive-design.git"
},
"keywords": [
"inclusive",
"design"
],
"author": "sebastian-meier",
"license": "MIT",
"bugs": {
"url": "https://github.com/FH-Potsdam/teaching-inclusive-design/issues"
},
"homepage": "https://github.com/FH-Potsdam/teaching-inclusive-design#readme",
"engines": {
"npm": ">=8.3.0",
"node": ">=16.13.1"
},
"devDependencies": {
"cross-env": "5.2.0",
"fast-xml-parser": "^4.0.1",
"http-server": "^14.1.0",
"sharp": "^0.33.2"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.2.2",
"cssnano": "^5.0.16",
"csv-parse": "^5.5.5",
"eleventy-plugin-toc": "^1.1.5",
"moment": "^2.29.1",
"postcss": "^8.4.5",
"postcss-color-mix": "^1.1.0",
"postcss-import": "^14.0.2",
"postcss-mixins": "^9.0.1",
"postcss-normalize": "^10.0.1",
"precss": "^4.0.0",
"uglify-js": "^3.14.5"
}
}