-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3 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
103
104
105
106
107
108
109
{
"type": "module",
"name": "chrys",
"version": "4.1.2",
"description": "A collection of color palettes for visualisation in JavaScript, Python and Sass",
"main": "cjs/index.js",
"repository": {
"type": "git",
"url": "git://github.com/netbek/chrys"
},
"files": [
"cjs",
"css",
"illustrator",
"src",
"umd"
],
"scripts": {
"build-data": "node scripts/bokeh-palettes.js && node scripts/vega-palettes.js",
"build-dist": "./scripts/npm/build-dist.sh",
"deploy": "node scripts/deploy.js",
"format-js": "prettier --parser babel --write \"src/**/*.js\"",
"livereload": "node scripts/livereload.js",
"postinstall": "patch-package",
"publish-py": "twine upload --config-file .pypirc --verbose dist/*",
"test": "vitest run"
},
"author": {
"name": "Hein Bekker",
"email": "hein@netbek.co.za",
"url": "http://netbek.co.za"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/netbek/chrys/issues"
},
"browserslist": [
"last 5 years",
"android >= 2",
"bb >= 6",
"chrome >= 21",
"edge >= 12",
"firefox >= 28",
"ie >= 8",
"ios >= 6",
"op_mini all",
"op_mob >= 12",
"opera >= 12",
"safari >= 6",
"samsung >= 5"
],
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-object-assign": "7.25.9",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/register": "7.25.9",
"@bokeh/bokehjs": "2.4.3",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"babel-loader": "8.4.1",
"bluebird": "3.7.2",
"chokidar": "3.6.0",
"chroma-js": "2.6.0",
"chrys-cli": "2.0.3",
"connect": "3.7.0",
"d3-color": "1.4.1",
"d3-interpolate": "1.4.0",
"d3-scale": "3.3.0",
"esbuild": "0.24.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"fancy-log": "2.0.0",
"fs-extra": "11.2.0",
"gh-pages": "3.2.3",
"glob-parent": "6.0.2",
"globby": "11.1.0",
"jquery": "3.7.1",
"json-sass": "1.2.1",
"livereload": "0.9.3",
"lodash": "4.17.21",
"normalize-css": "git+https://github.com/necolas/normalize.css.git#02c5c7adbbec1707900fde86068405735c733b42",
"nunjucks": "3.2.4",
"open": "8.4.2",
"os": "0.1.2",
"patch-package": "8.0.0",
"postcss": "8.4.49",
"postcss-color-rgba-fallback": "4.0.0",
"postcss-js": "4.0.1",
"postcss-opacity": "5.0.0",
"prettier": "3.3.3",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"run-sequence": "2.2.1",
"sass-embedded": "1.81.0",
"serve-static": "1.16.2",
"terser-webpack-plugin": "4.2.3",
"through2": "4.0.2",
"typescript": "5.6.3",
"vega-scale": "7.4.1",
"vitest": "2.1.5",
"webpack": "4.47.0"
}
}