forked from andy-lee-eng/perspective-viewer-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.34 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
{
"name": "perspective-viewer-template",
"version": "0.0.1",
"main": "src/js/plugin/plugin.js",
"files": [
"build/**/*"
],
"author": "",
"license": "Apache-2.0",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --config webpack.prod.config.js",
"test": "jest",
"lint": "eslint src/**/*.js"
},
"dependencies": {
"@finos/perspective": "latest",
"@finos/perspective-viewer": "latest",
"less": "^3.9.0"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@finos/perspective-viewer-d3fc": "latest",
"@finos/perspective-viewer-highcharts": "latest",
"@finos/perspective-viewer-hypergrid": "latest",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"babel-plugin-transform-custom-element-classes": "^0.1.0",
"css-loader": "^2.1.0",
"eslint": "^5.15.3",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"html-loader": "^0.5.5",
"jest": "^24.1.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"prettier": "^1.16.4",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
}
}