forked from frctl/mandelbrot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.55 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@xerox/fractal-theme",
"version": "1.3.0",
"description": "A web UI theme for Fractal built by Xerox.",
"keywords": [
"fractal",
"fractal-theme",
"xerox"
],
"main": "index.js",
"repository": "git@github.com:xeroxinteractive/fractal-theme.git",
"author": "Andrew Leedham <Andrew.Leedham@xerox.com>",
"license": "MIT",
"scripts": {
"start": "gulp fractal:start",
"build": "gulp",
"deploy": "semantic-release"
},
"commitlint": {
"extends": [
"@xerox/commitlint-config"
]
},
"stylelint": {
"extends": "@xerox/stylelint-config/sass"
},
"prettier": "@xerox/prettier-config",
"eslintConfig": {
"extends": [
"@xerox"
]
},
"release": {
"extends": "@xerox/semantic-release-config/npm"
},
"publishConfig": {
"access": "public"
},
"browserslist": [
"extends @xerox/browserslist-config"
],
"peerDependencies": {
"@frctl/fractal": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@xerox/browserslist-config": "^1.0.1",
"@xerox/commitlint-config": "^2.1.0",
"@xerox/eslint-config": "^3.0.1",
"@xerox/semantic-release-config": "^2.2.2",
"@xerox/stylelint-config": "^1.0.1",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"core-js": "^3.6.4",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslintify": "^3.1.0",
"fuzzy": "^0.1.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-eslint": "^6.0.0",
"gulp-prettier": "^3.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"highlight.js": "^10.0.0",
"jquery": "^3.4.1",
"jquery-pjax": "^2.0.1",
"jquery-resizable-dom": "^0.35.0",
"node-sass": "^4.13.0",
"normalize.css": "^8.0.1",
"sass-mq": "^5.0.1",
"select2": "4.0.13",
"semantic-release": "17.0.8",
"stylelint": "^13.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.7.0"
},
"dependencies": {
"@frctl/fractal": "^1.3.0",
"@xerox/prettier-config": "^2.2.0",
"lodash": "^4.12.0",
"prettier": "^2.0.2"
},
"resolutions": {
"browserslist": ">=4.8",
"lodash": ">=4.17.11",
"braces": ">=2.3.1",
"marked": ">=0.7.0",
"uglify-js": ">=2.6.0",
"js-yaml": ">=3.13.1",
"fstream": ">=1.0.12",
"tar": ">=2.2.2",
"kind-of": ">=6.0.3",
"minimist": ">=1.2.3",
"yargs-parser": ">=13.1.2 <14.0.0 || >=15.0.1 <16.0.0 || >=18.1.2"
}
}