-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.43 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
{
"name": "datavs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config ./build/webpack.dev.js --open",
"build": "node_modules/.bin/webpack --config ./build/webpack.prd.js",
"jsdoc": "jsdoc -c conf.json README.md",
"lint": "eslint src --ext .js,.jsx --cache --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"classnames": "^2.2.6",
"csstype": "^2.6.1",
"gsap": "^2.1.1",
"history": "^4.7.2",
"js-cookie": "^2.2.0",
"less": "^3.9.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"prop-types": "^15.5.6",
"qs": "^6.6.0",
"query-string": "^6.4.0",
"react": "^16.7.0",
"react-color": "^2.17.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.7.0",
"react-draggable": "^3.1.1",
"react-is": "^16.7.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.7",
"redux-thunk": "^2.2.0",
"monaco-editor": "^0.15.6"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@types/lodash": "^4.14.119",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"copy-webpack-plugin": "^5.0.0",
"css-loader": "^2.1.0",
"eslint": "^5.11.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-compat": "^2.6.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.2",
"html-webpack-plugin": "^3.2.0",
"jsdoc": "^3.5.5",
"less-loader": "^4.1.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"typescript": "^3.2.2",
"url-loader": "^1.1.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
}
}