-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 2.52 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
{
"comments": {
"dependencies": {},
"devDependencies": {
"@babel/cli": "github.com/gatling/gatling.io-doc-theme",
"@babel/core": "github.com/gatling/gatling.io-doc-theme",
"@babel/preset-env": "github.com/gatling/gatling.io-doc-theme",
"@babel/preset-typescript": "github.com/gatling/gatling.io-doc-theme",
"@docsearch/js": "github.com/gatling/gatling.io-doc-theme",
"@fortawesome/fontawesome-free": "github.com/gatling/gatling.io-doc-theme",
"@fullhuman/postcss-purgecss": "github.com/gatling/gatling.io-doc-theme",
"autoprefixer": "github.com/gatling/gatling.io-doc-theme",
"bootstrap": "github.com/gatling/gatling.io-doc-theme",
"clipboard": "github.com/gatling/gatling.io-doc-theme",
"eslint": "github.com/gatling/gatling.io-doc-theme",
"instant.page": "github.com/gatling/gatling.io-doc-theme",
"jquery": "github.com/gatling/gatling.io-doc-theme",
"js-cookie": "github.com/gatling/gatling.io-doc-theme",
"lazysizes": "github.com/gatling/gatling.io-doc-theme",
"markdownlint-cli": "github.com/gatling/gatling.io-doc-theme",
"postcss": "github.com/gatling/gatling.io-doc-theme",
"postcss-cli": "github.com/gatling/gatling.io-doc-theme",
"purgecss-whitelister": "github.com/gatling/gatling.io-doc-theme",
"rimraf": "github.com/gatling/gatling.io-doc-theme",
"standard-version": "github.com/gatling/gatling.io-doc-theme",
"stylelint": "github.com/gatling/gatling.io-doc-theme",
"stylelint-config-standard": "github.com/gatling/gatling.io-doc-theme",
"swagger-ui-dist": "github.com/gatling/gatling.io-doc-theme",
"typescript": "github.com/gatling/gatling.io-doc-theme"
}
},
"dependencies": {},
"devDependencies": {
"@babel/cli": "7.16",
"@babel/core": "7.16",
"@babel/preset-env": "7.16",
"@babel/preset-typescript": "7.16",
"@docsearch/js": "3.5.2",
"@fortawesome/fontawesome-free": "6.5.1",
"@fullhuman/postcss-purgecss": "4.0",
"autoprefixer": "10.4",
"bootstrap": "5.1.3",
"clipboard": "2.0",
"eslint": "8.2",
"instant.page": "5.1",
"jquery": "3.6.0",
"js-cookie": "3.0.1",
"lazysizes": "5.3",
"markdownlint-cli": "0.29.0",
"postcss": "8.3",
"postcss-cli": "9.0",
"purgecss-whitelister": "2.4",
"rimraf": "3.0",
"standard-version": "9.3",
"stylelint": "14.1",
"stylelint-config-standard": "24.0",
"swagger-ui-dist": "5.10.0",
"typescript": "4.4.4"
},
"name": "gatling.io-doc",
"version": "0.0.0"
}