-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "css-selector-generator-benchmark",
"version": "1.0.0",
"description": "Benchmark for various JS libraries that generate unique CSS selectors.",
"main": "index.html",
"scripts": {
"pretest": "git submodule update --init && npm run compile",
"test": "index.html",
"compile": "npm run compile:finder",
"compile:finder": "webpack --config ./config/webpack.medv.finder.js"
},
"repository": {
"type": "git",
"url": "https://github.com/css-selector-generator-benchmark"
},
"keywords": [
"javascript",
"css",
"benchmark"
],
"author": "Riki Fridrich <[email protected]> (http://fczbkk.com/)",
"license": "MIT",
"dependencies": {
"@medv/finder": "^1.1.2",
"css-selector": "^0.1.0",
"css-selector-generator": "^1.2.0",
"cssman": "0.0.2",
"domtalk": "0.0.2",
"get-query-selector": "0.0.1",
"jquery": "^3.5.0",
"jquery-selectorator": "^0.1.3",
"optimal-select": "^4.0.1",
"selector-query": "^1.0.1"
},
"devDependencies": {
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13"
}
}