-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 894 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 894 Bytes
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
{
"name": "real-web-css",
"version": "1.0.0",
"description": "Using CSSTree for real site CSS",
"author": "Roman Dvornov <rdvornov@gmail.com>",
"license": "CC-BY-SA 3.0",
"repository": "csstree/real-web-css",
"keywords": [],
"discovery": "ui",
"scripts": {
"start": "discovery",
"test": "node scripts/test",
"build": "discovery-build",
"download:css": "node scripts/download-css",
"sync:sites": "node scripts/download-sites",
"sync:usage": "node scripts/sync-usage-dict"
},
"dependencies": {
"@discoveryjs/cli": "^2.2.1",
"@discoveryjs/discovery": "^1.0.0-beta.70",
"css-tree": "^2.3.1",
"csstree-validator": "^3.0.0",
"eslint": "^8.22.0",
"fixed-width-string": "^1.0.0",
"known-css-properties": "^0.25.0",
"puppeteer": "^16.1.1"
}
}