-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.58 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
{
"name": "pattern_library",
"version": "1.0.0",
"description": "Webサイト・アプリ制作で使用されるUIやスタイルのコード見本・サンプル集です。 コーディングの参考、UI等の設計・作成方針の土台にでき、その上で作業効率にも寄与できるようなものを目指します。",
"main": "index.js",
"scripts": {
"lint:html": "htmlhint",
"lint:style": "stylelint",
"fix:style": "stylelint --fix",
"lint:es": "eslint",
"fix:es": "eslint --fix"
},
"author": "ishimasar <[email protected]>",
"license": "ISC",
"dependencies": {
"@frctl/fractal": "^1.5.11",
"braces": "^3.0.2",
"highlight.js": "^11.3.1",
"htmlhint": "^1.0.0",
"micromatch": "^4.0.4"
},
"fractal": {
"main": "fractal.config.js"
},
"devDependencies": {
"@stylelint/postcss-css-in-js": "^0.37.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^5.1.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.0.0",
"sass": "^1.45.0",
"stylelint": "^14.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-order": "^5.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.0.1"
},
"repository": "git+https://github.com/ishimasar/pattern-library.git",
"keywords": [],
"bugs": {
"url": "https://github.com/ishimasar/pattern-library/issues"
},
"homepage": "https://github.com/ishimasar/pattern-library#readme"
}