-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.42 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
{
"name": "soon",
"version": "1.0.0",
"private": true,
"author": "Henry Desroches <[email protected]> (https://henry.codes)",
"repository": {
"type": "git",
"url": "https://github.com/xdesro/soon/"
},
"scripts": {
"start": "ELEVENTY_EXPERIMENTAL=true concurrently 'sass --no-source-map --watch ./src/scss:./dist/css' 'rollup --config --watch' 'npx @11ty/eleventy --serve'",
"build": "sass --no-source-map --style compressed ./src/scss:./dist/css && rollup --config && ELEVENTY_EXPERIMENTAL=true npx @11ty/eleventy"
},
"dependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-vue": "^0.2.2",
"@dogstudio/highway": "^2.2.1",
"@iktakahiro/markdown-it-katex": "^4.0.1",
"concurrently": "^5.3.0",
"contentful": "^8.1.7",
"core-js": "^3.8.2",
"dotenv": "^8.2.0",
"gsap": "^3.6.0",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.0.0",
"markdown-it-attrs": "^4.0.0",
"markdown-it-implicit-figures": "^0.10.0",
"markdown-it-prism": "^2.1.8",
"node-fetch": "^2.6.1",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.32.5",
"three": "^0.131.3"
},
"devDependencies": {
"@11ty/eleventy-img": "^0.9.0",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@rollup/plugin-node-resolve": "^11.2.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"rollup-plugin-glslify": "^1.2.0"
}
}