-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
36 lines (36 loc) · 983 Bytes
/
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
{
"name": "dnsimple-developer",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@redocly/cli": "^1.26.1",
"@vue/compiler-sfc": "^3.4.21",
"concurrently": "^9.1.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^7.18.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^5.0.0",
"tachyons": "^4.12.0",
"vue-loader": "^17.4.2",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"scripts": {
"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": "^14.1.2",
"vue": "^3.5.13"
},
"resolutions": {
"ansi-regex": "5.0.1",
"glob-parent": "^5.1.2"
}
}