forked from frctl/fractal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.35 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@innoq/fractal-fork",
"version": "1.0.3",
"description": "A fork of the popular Fractal Pattern Library",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/innoq/fractal-fork.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/innoq/fractal-fork/issues"
},
"bin": {
"fractal-fork": "./bin/fractal.js"
},
"homepage": "https://github.com/innoq/fractal-fork",
"scripts": {
"eslint": "eslint src",
"stylelint": "stylelint --ignore-path .gitignore \"**/*.scss\"",
"validate": "npm run eslint && npm run stylelint",
"format": "npm run eslint -- --fix",
"compile-assets": "faucet",
"test": "npm run validate && npm run test:unit",
"test:unit": "npx jest"
},
"dependencies": {
"@allmarkedup/fang": "^2.0.0",
"anymatch": "^3.1.3",
"bluebird": "^3.7.2",
"chokidar": "^3.5.3",
"cli-table3": "^0.6.3",
"co": "^4.6.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"globby": "^13.2.2",
"gray-matter": "^4.0.3",
"handlebars": "^4.7.8",
"highlight.js": "^11.8.0",
"js-beautify": "^1.14.9",
"js-yaml": "^4.1.0",
"liftoff": "^4.0.0",
"lodash": "^4.17.21",
"marked": "^8.0.0",
"mime": "^3.0.0",
"minimist": "^1.2.8",
"mixwith": "^0.1.1",
"nunjucks": "^3.2.4",
"path-to-regexp": "^6.2.1",
"promised-handlebars": "^2.0.1",
"readable-stream": "^4.4.2",
"require-all": "^3.0.0",
"throat": "^6.0.2",
"util-promisifyall": "^1.0.6",
"vinyl": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"faucet-pipeline-esnext": "^3.0.0",
"faucet-pipeline-sass": "^1.8.0",
"faucet-pipeline-static": "^2.1.0",
"jest": "^29.6.4",
"jest-extended": "^4.0.1",
"jquery": "^3.7.1",
"jquery-pjax": "^2.0.1",
"jquery-resizable-dom": "^0.35.0",
"mark.js": "^8.11.1",
"mock-fs": "^5.2.0",
"normalize.css": "^8.0.1",
"sass-mq": "^6.0.0",
"stylelint": "^15.10.3",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-prettier": "^4.0.2",
"stylelint-scss": "^5.1.0"
}
}