-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.74 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
{
"name": "aemodularwiki",
"version": "0.0.1",
"description": "Flax in use for the AE modular system",
"main": "eleventy.config.js",
"homepage": "aemodularwiki.lesvoisinsdustudio.ch",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"local:cms": "npx @staticcms/proxy-server",
"local:serve": "eleventy --serve",
"build": "eleventy",
"githubbuild": "eleventy --pathprefix=aemodulewiki.github.io/",
"start": "npm-run-all --parallel local:cms local:serve"
},
"author": "julientaq",
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-cache-assets": "^2.3.0",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.2.0",
"axios": "^1.4.0",
"browser-sync": "^2.29.3",
"browsersync": "^0.0.1-security",
"child-process": "^1.0.2",
"dotenv": "^16.3.1",
"eleventy-plugin-embed-everything": "^1.16.0",
"js-yaml": "^4.1.0",
"jsdom": "^22.1.0",
"katex": "^0.16.8",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-bracketed-spans": "^1.0.1",
"markdown-it-container": "^3.0.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-gridtables": "^0.6.0",
"markdown-it-implicit-figures": "^0.11.0",
"markdown-it-mathjax": "^2.0.0",
"markdown-it-pandoc": "^2.1.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-texmath": "^1.0.0",
"minimist": "^1.2.8",
"npm-run-all": "^4.1.5",
"out-url": "^1.1.3",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1"
},
"devDependencies": {
"pagefind": "^0.12.0"
}
}