forked from perspective-dev/perspective
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 5.56 KB
/
package.json
File metadata and controls
148 lines (148 loc) · 5.56 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/finos/perspective"
},
"changelog": {
"labels": {
"enhancement": "Added",
"bug": "Fixed",
"internal": "Internal"
}
},
"emscripten": "2.0.6",
"engines": {
"node": ">=8.12.0"
},
"workspaces": [
"rust/*",
"packages/*",
"examples/*",
"docs",
"cpp/perspective",
"python/perspective"
],
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-transform-for-of": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-node-resolve": "^11.1.1",
"@types/ws": "^7.2.2",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"arraybuffer-loader": "^1.0.2",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-custom-element-classes": "^0.1.0",
"base64-font-loader": "0.0.4",
"chalk": "^2.4.2",
"core-js": "^3.6.4",
"cpx": "^1.5.0",
"css-loader": "^0.28.7",
"cssnano": "^4.1.10",
"cssnano-preset-lite": "^1.0.1",
"dotenv": "^8.1.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-prettier": "^2.6.2",
"file-loader": "^6.2.0",
"fs-extra": "^8.1.0",
"html-loader": "^0.5.1",
"html-loader-jest": "^0.2.1",
"html-webpack-plugin": "^4.5.1",
"inquirer": "^7.0.0",
"jest": "^25.1.0",
"jest-junit": "^10.0.0",
"jsdoc": "3.5.5",
"jsdoc-babel": "^0.5.0",
"jsdoc-to-markdown": "^4.0.1",
"lerna": "^3.22.1",
"less": "^4.1.0",
"less-loader": "^7.2.1",
"mini-css-extract-plugin": "^1.3.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"npm-pack-here": "^1.2.0",
"npm-run-all": "^4.1.3",
"postcss": "^8.2.6",
"postcss-loader": "^4.1.0",
"pre-commit": "^1.2.2",
"prettier": "^1.19.1",
"rimraf": "^2.6.2",
"rollup": "^2.38.5",
"rollup-plugin-filesize": "^9.1.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-string": "^3.0.0",
"sinon": "^7.3.1",
"style-loader": "^0.18.2",
"term-img": "^4.1.0",
"ts-jest": "^25.1.0",
"ts-loader": "^6.2.0",
"typescript": "^3.7.4",
"webfontloader": "^1.6.28",
"webpack": "^5.14.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.2",
"webpack-fix-style-only-entries": "^0.4.0",
"worker-loader": "^3.0.7"
},
"resolutions": {
"graceful-fs": "^4.2.4",
"jest": "^25.1.0",
"write-file-atomic": "2.4.1",
"webpack": "^5.14.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"autoprefixer": "9.7.0"
},
"pre-commit": [
"precommit"
],
"scripts": {
"postinstall": "node scripts/install_emsdk.js",
"build,test": "npm run --silent build && npm run --silent test",
"build,test,bench": "npm run --silent build && npm run --silent test && npm run --silent bench",
"build,bench": "npm run --silent build && npm run --silent bench",
"build_js": "node scripts/build_js.js",
"build": "node scripts/build.js",
"build_python": "node scripts/build_python.js",
"bench": "node scripts/bench.js",
"bench_python": "python3 python/perspective/bench/perspective_benchmark.py",
"stresstest_python": "python3 python/perspective/bench/stresstest/main.py",
"_wheel_python": "node scripts/_wheel_python.js",
"setup": "node scripts/setup.js",
"docs": "node scripts/docs.js",
"test": "node scripts/test.js",
"test:jupyter": "yarn workspace @finos/perspective-jupyterlab test:jupyter",
"test_js": "node scripts/test_js.js",
"test_python": "node scripts/test_python.js",
"clean": "node scripts/clean.js",
"start": "lerna run start --stream --scope",
"precommit": "npm run lint",
"lint": "npm-run-all lint:*",
"lint:eslint": "eslint \"packages/*/src/**/*.js\" \"packages/*/test/**/*.js\" \"examples/*/*.js\"",
"lint:typescript": "eslint \"packages/perspective-jupyterlab/src/ts/*.ts\"",
"lint:python": "node scripts/lint_python.js",
"fix:es": "npm run lint:eslint -- --fix",
"fix:md": "prettier docs/md/*.md --prose-wrap=always --write",
"fix:cpp": "node scripts/fix_cpp.js",
"fix:less": "prettier --tab-width 4 --write packages/**/src/less/*.less",
"fix:html": "html-beautify packages/**/src/html/*.html -r",
"fix:json": "prettier --tab-width 4 --write **/package.json",
"fix:python": "node scripts/lint_python.js --fix",
"fix:rust": "lerna run fix --scope=@finos/perspective-rust-internal",
"fix": "npm-run-all --silent fix:*",
"toggle_puppeteer": "node scripts/toggle_puppeteer.js",
"version": "python3 python/perspective/scripts/write_version.py && git add python/perspective/perspective/core/_version.py",
"jlab_link": "node scripts/jlab_link.js",
"repl": "node scripts/repl.js"
}
}