-
Notifications
You must be signed in to change notification settings - Fork 232
/
package.json
121 lines (121 loc) · 4.8 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "sass-site",
"version": "2.0.0",
"homepage": "https://sass-lang.com/",
"title": "Sass",
"description": "Sass: Syntactically Awesome Style Sheets",
"repository": {
"type": "git",
"url": "https://github.com/sass/sass-site.git"
},
"private": true,
"license": "MIT",
"engines": {
"node": "^20"
},
"scripts": {
"serve": "run-p 'watch:**'",
"build": "run-s clean-version-cache build-dev:scripts 'build:**'",
"build-prod": "run-s clean-version-cache build-prod:scripts 'build:**'",
"clean-version-cache": "rm -f source/_data/versionCache.json",
"build:sass": "sass --style=compressed ./source/assets/sass/sass.scss:./source/assets/dist/css/sass.css ./source/assets/sass/noscript.scss:./source/assets/dist/css/noscript.css",
"watch:sass": "sass --watch ./source/assets/sass/sass.scss:./source/assets/dist/css/sass.css ./source/assets/sass/noscript.scss:./source/assets/dist/css/noscript.css",
"build-module-metadata": "ts-node tool/generate-module-metadata.ts",
"build-rollup": "rollup -c",
"watch-rollup": "rollup -c -w",
"build-dev:scripts": "run-s build-module-metadata build-rollup",
"build-prod:scripts": "NODE_ENV=production BABEL_ENV=production npm run build-dev:scripts",
"watch:scripts": "run-s build-module-metadata watch-rollup",
"build:typedoc": "./tool/typedoc-build.sh",
"build:11ty": "NODE_OPTIONS='-r ts-node/register' eleventy",
"watch:11ty": "npm run build:11ty -- --serve --incremental",
"check": "run-s check:gts check:tsc check:stylelint",
"check:gts": "gts check",
"check:stylelint": "stylelint 'source/assets/sass/*.{css,scss}'",
"tsc:no-emit": "tsc --noEmit",
"check:tsc": "run-s build-module-metadata tsc:no-emit",
"fix": "run-s fix:gts fix:stylelint",
"fix:gts": "gts fix",
"fix:stylelint": "stylelint 'source/assets/sass/*.{css,scss}' --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"checklinks:internal": "npx --yes --package=hyperlink -- 'hyperlink --canonicalroot https://sass-lang.com/ --root _site/ -r -p -i --skip \"fragment-redirect\" --skip \"types.Map\" --skip \"/playground#\" _site/index.html'",
"checklinks:external": "npx --yes --package=broken-link-checker -- 'blc -ro --exclude=twitter.com --exclude=mvnrepository.com --exclude=drupal.org --exclude=web.archive.org https://sass-lang.com'"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@codemirror/autocomplete": "^6.18.1",
"@codemirror/commands": "^6.7.0",
"@codemirror/lang-css": "^6.3.0",
"@codemirror/lang-sass": "^6.0.2",
"@codemirror/language": "^6.10.3",
"@codemirror/lint": "^6.8.2",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@lezer/highlight": "^1.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@sindresorhus/slugify": "^1.1.2",
"@spectrum-web-components/shared": "^0.49.0",
"@spectrum-web-components/split-view": "^0.47.2",
"@types/deep-equal": "^1.0.4",
"@types/jquery": "^3.5.31",
"@types/jqueryui": "^1.12.23",
"@types/lodash": "^4.17.10",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-attrs": "^4.1.3",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "^16",
"@types/pako": "^2.0.3",
"@types/prismjs": "^1.26.4",
"@types/seedrandom": "^3.0.8",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"cheerio": "^1.0.0-rc.12",
"codemirror": "^6.0.1",
"colorjs.io": "^0.5.2",
"date-fns": "^4.1.0",
"deep-equal": "^2.2.3",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"gts": "^5.3.1",
"immutable": "^4.3.7",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.0",
"js-yaml": "^4.1.0",
"kleur": "^4.1.5",
"liquidjs": "^10.18.0",
"lodash": "^4.17.21",
"lorem-ipsum": "^2.0.8",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.2.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"netlify-plugin-11ty": "^1.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"prismjs": "^1.29.0",
"rollup": "^4.24.0",
"sass": "^1.80.6",
"semver": "^7.6.3",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.1.0",
"truncate-html": "^1.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typogr": "^0.6.8"
},
"dependencies": {
"pako": "^2.1.0",
"seedrandom": "^3.0.5"
}
}