-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "ansys.net",
"version": "1.0.0",
"description": "sheldon's ansys.net contents",
"main": "index.js",
"watches": {
"sass": "site/*.scss"
},
"scripts": {
"start": "concurrently \"npm run sass:watch\" \"npm run serve\"",
"serve": "eleventy --serve -- quiet",
"sass": "node-sass _site/scss -o _site/css",
"sass:watch": "npm run sass && npm run sass -- --watch --recursive",
"dev": "rerun-script",
"surge": "suurge --domain=ansys.surge.sh --project=dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smhrjn/ansys.net.git"
},
"keywords": [
"ansys",
"apdl",
"ansys.net"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/smhrjn/ansys.net/issues"
},
"homepage": "https://github.com/smhrjn/ansys.net#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2",
"concurrently": "^6.2.1",
"js-yaml": "^3.14.1",
"luxon": "^1.28.0",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^8.3.0",
"markdown-it-for-inline": "^0.1.1",
"node-sass": "^6.0.1",
"rerun-script": "^0.6.0"
}
}