-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 814 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 814 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
29
30
31
32
{
"name": "dnsimple-developer",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@eslint/js": "^10.0.1",
"@fortawesome/fontawesome-free": "^7.2.0",
"@redocly/cli": "^2.24.1",
"concurrently": "^9.2.1",
"copy-webpack-plugin": "^14.0.0",
"eslint": "^10.1.0",
"globals": "^17.4.0",
"tachyons": "^4.12.0",
"webpack": "^5.105.4",
"webpack-cli": "^7.0.2"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"live": "concurrently 'bundle exec nanoc live' 'bundle exec rake compile'",
"build": "npx webpack",
"openapi-lint": "redocly lint content/v2/openapi.yml"
},
"dependencies": {
"highlightjs": "^9.16.2",
"marked": "^17.0.5"
},
"resolutions": {
"ansi-regex": "5.0.1",
"glob-parent": "^5.1.2"
}
}