-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "supports-css",
"version": "0.3.0",
"description": "Live, in-browser detection of modern CSS support for selectors, features, and at-rules. Applies support-based classes, exposes a results object, and allows custom tests.",
"main": "dist/bundle.min.js",
"module": "dist/bundle.js",
"files": [
"dist"
],
"scripts": {
"docs": "ELEVENTY_ENV=prod npx @11ty/eleventy",
"docs:serve": "ELEVENTY_ENV=dev npx @11ty/eleventy --serve",
"build": "rollup --config",
"bump": "npm --no-git-tag-version version",
"prepare": "npm run docs && npm run build"
},
"keywords": [
"css",
"@supports",
"css support",
"testing",
"styles",
"modern css",
"browser support",
"feature detection"
],
"homepage": "https://supportscss.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/5t3ph/SupportsCSS.git"
},
"author": "5t3ph",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.1.2",
"@rollup/plugin-terser": "^0.4.1",
"rollup": "^3.21.0"
}
}