-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.13 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.13 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
{
"name": "react-signals-plot",
"version": "0.1.3",
"description": "React Signals Plot",
"main": "build/ReactSignalsPlot.js",
"files": [
"build"
],
"license": "MIT",
"homepage": "https://github.com/gromtech/react-signals-plot",
"repository": {
"type": "git",
"url": "git+https://github.com/gromtech/react-signals-plot.git"
},
"peerDependencies": {
"react": "^16.8.0"
},
"dependencies": {
"d3-axis": "^1.0.12",
"d3-scale": "^2.1.2",
"d3-scale-chromatic": "^1.3.3",
"d3-selection": "^1.3.2",
"d3-shape": "^1.2.2",
"disable-scroll": "^0.5.1",
"prop-types": "^15.7.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"underscore": "^1.9.1"
},
"scripts": {
"build": "webpack",
"build-example": "webpack --mode production --config webpack.dev.config.js",
"dev": "webpack-dev-server --mode development --config webpack.dev.config.js",
"lint": "node node_modules/eslint/bin/eslint.js . --ext .jsx,.js",
"test": "mocha test/**/*.js --compilers js:@babel/register",
"publish-beta": "npm publish --tag next"
},
"author": "Roman Guseinov <guseinov@gromtech.ru>",
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.0.0",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"acorn": "^7.3.1",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"chai": "4.2.0",
"chai-roughly": "1.0.0",
"css-loader": "2.0.1",
"eslint": "5.10.0",
"eslint-config-airbnb": "17.1.0",
"eslint-import-resolver-webpack": "0.10.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"mocha": "5.2.0",
"node-sass": "^4.14.1",
"react-hot-loader": "4.3.11",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"bugs": {
"url": "https://github.com/gromtech/react-signals-plot/issues"
},
"directories": {
"example": "example",
"test": "test"
},
"keywords": []
}