-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.13 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
110
111
112
{
"name": "chrys",
"version": "4.0.29",
"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 -r esm scripts/bokeh-palettes.js && node -r esm scripts/vega-palettes.js",
"build-dist": "./scripts/npm/build-dist.sh",
"deploy": "node -r esm scripts/deploy.js",
"livereload": "node -r esm scripts/livereload.js",
"publish-py": "twine upload --config-file .pypirc --verbose dist/*",
"test": "mocha --require tests/js/setup.js --require @babel/register tests/js/*.spec.js"
},
"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.23.9",
"@babel/eslint-parser": "7.23.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-object-assign": "7.23.3",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/register": "7.23.7",
"@bokeh/bokehjs": "2.4.3",
"autoprefixer": "10.4.17",
"babel-loader": "8.3.0",
"bluebird": "3.7.2",
"chai": "4.4.1",
"chai-as-promised": "7.1.1",
"chokidar": "3.5.3",
"chroma-js": "2.4.2",
"chrys-cli": "1.0.29",
"connect": "3.7.0",
"d3-color": "1.4.1",
"d3-interpolate": "1.4.0",
"d3-scale": "3.3.0",
"eslint": "8.56.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.2.1",
"esm": "git+https://github.com/jsg2021/esm.git#v3.x.x-pr883",
"espree": "9.6.1",
"fancy-log": "2.0.0",
"fast-glob": "3.2.11",
"fs-extra": "11.2.0",
"gh-pages": "3.2.3",
"globby": "11.1.0",
"gulp": "4.0.2",
"gulp-cssmin": "0.2.0",
"gulp-gh-pages": "0.5.4",
"gulp-postcss": "9.1.0",
"gulp-rename": "2.0.0",
"gulp-sass": "5.1.0",
"gulp-webserver": "0.9.1",
"jquery": "3.7.1",
"json-sass": "1.2.1",
"livereload": "0.9.3",
"lodash": "4.17.21",
"mocha": "9.2.2",
"node-sass": "7.0.3",
"normalize-css": "git+https://github.com/necolas/normalize.css.git#02c5c7adbbec1707900fde86068405735c733b42",
"nunjucks": "3.2.4",
"open": "8.4.2",
"os": "0.1.2",
"postcss": "8.4.33",
"postcss-color-rgba-fallback": "4.0.0",
"postcss-js": "4.0.1",
"postcss-opacity": "5.0.0",
"prettier": "3.2.4",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"run-sequence": "2.2.1",
"serve-static": "1.15.0",
"terser-webpack-plugin": "4.2.3",
"through2": "4.0.2",
"vega": "5.27.0",
"webpack": "4.47.0"
}
}