-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.24 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.24 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
{
"name": "react-signals-plot-example",
"version": "0.0.1",
"description": "React Signals Plot Example",
"main": "src/index.js",
"repostiory": "https://github.com/gromtech/react-signals-plot-example.git",
"author": "Roman Guseinov <guseinov@gromtech.ru>",
"license": "MIT",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server --mode development",
"lint": "cross-env WEBPACK_ENV=eslint node node_modules/eslint/bin/eslint.js . --ext .jsx,.js"
},
"dependencies": {
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-signals-plot": "0.1.2"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "7.2.3",
"babel-loader": "^8.0.4",
"cross-env": "5.0.5",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-import-resolver-webpack": "0.8.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-mocha": "4.9.0",
"eslint-plugin-react": "6.10.3",
"html-webpack-plugin": "^3.2.0",
"prop-types": "^15.6.2",
"watch": "0.16.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}