-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 902 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 902 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
33
34
35
36
{
"name": "@tier.run/priceops.org",
"version": "1.0.0",
"description": "The content for https://priceops.org",
"repository": {
"type": "git",
"url": "git+https://github.com/priceops/priceops.org.git"
},
"keywords": [],
"author": "",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/priceops/priceops.org/issues"
},
"homepage": "https://github.com/priceops/priceops.org#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"prettier": "^2.7.1"
},
"dependencies": {
"@11ty/eleventy-navigation": "^0.3.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"cheerio": "^1.0.0-rc.12"
},
"prettier": {
"semi": false,
"printWidth": 75,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"jsxSingleQuote": false,
"bracketSameLine": true,
"arrowParens": "avoid",
"endOfLine": "lf"
}
}