forked from Shopify/ruby-style-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 856 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
{
"name": "ruby-style-guide",
"private": true,
"version": "0.0.1",
"description": "Shopify's Ruby Style Guide",
"author": "Shopify Engineering",
"homepage": "https://github.com/Shopify/ruby-style-guide",
"scripts": {
"build": "eslint . && sass scss:css --style=compressed && eleventy",
"serve": "rm -rf css && eslint . && sass scss:css --watch & eleventy --serve"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"bulma": "^0.9.4",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"markdown-it-anchor": "^8.6.7",
"sass": "^1.69.6"
}
}