-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 4.09 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 4.09 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
{
"name": "Timur",
"version": "1.0.0",
"description": "Front end to the Mt. Etna system.",
"repository": {
"type": "git",
"url": "https://github.com/mountetna/timur.git"
},
"dependencies": {
"@babel/preset-typescript": "^7.13.0",
"@codemirror/highlight": "^0.19.7",
"@codemirror/lang-json": "^0.19.2",
"@codemirror/state": "^0.19.9",
"@codemirror/view": "^0.19.47",
"@emotion/core": "^10.0.28",
"@material-ui/core": "^4.11.4",
"@material-ui/data-grid": "^4.0.0-alpha.31",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"babel-core": "^6.26.0",
"codemirror": "^5.39.0",
"color": "^3.1.3",
"css-loader": "^3.6.0",
"d3": "^5.5.0",
"d3-ease": "^1.0.3",
"downloadjs": "^1.4.7",
"etna-js": "file:../etna/packages/etna-js",
"identity-obj-proxy": "^3.0.0",
"js-cookie": "^2.2.0",
"jshint": "^2.12.0",
"json2csv": "^4.0.1",
"lodash": "^4.17.15",
"marked": "^0.3.17",
"md5": "^2.2.1",
"node-sass": "^4.14.1",
"plotly.js": "^1.35.0",
"prettier": "^2.3.1",
"react": "^16.13.1",
"react-beautiful-dnd": "^13.1.0",
"react-codemirror2": "^5.1.0",
"react-dom": "^16.13.1",
"react-fontawesome": "^1.6.1",
"react-loader-spinner": "^3.1.14",
"react-modal": "^3.11.2",
"react-redux": "^7.2.0",
"react-spinners": "^0.9.0",
"react-table": "^7.6.1",
"redux": "^4.0.5",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.5",
"reselect": "^3.0.1",
"rodemirror": "^1.6.6",
"spark-md5": "^3.0.0",
"style-loader": "^1.2.1",
"typescript": "^4.2.3",
"webpack-cli": "^4.7.2",
"webworkify-webpack": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^7.0.0",
"@testing-library/user-event": "^13.5.0",
"@types/color": "^3.0.1",
"@types/color-string": "^1.5.0",
"@types/downloadjs": "^1.4.2",
"@types/enzyme": "^3.10.8",
"@types/isomorphic-fetch": "0.0.35",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.169",
"@types/nock": "^11.1.0",
"@types/node": "^15.12.4",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^17.0.7",
"@types/react-redux": "^7.1.16",
"@types/react-test-renderer": "^17.0.1",
"@types/redux-mock-store": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^26.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-emotion": "^10.0.33",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^7.27.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^1.1.11",
"isomorphic-fetch": "^2.2.1",
"jest": "^26.1.0",
"mini-css-extract-plugin": "^1.6.2",
"msw": "^0.29.0",
"nock": "^9.0.16",
"node-sass": "^4.7.2",
"raf": "^3.4.1",
"react-test-renderer": "^16.13.1",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.3.0",
"regenerator-runtime": "^0.13.5",
"sass-loader": "^6.0.7",
"terser-webpack-plugin": "^5.2.4",
"webpack": "^4.46.0"
},
"scripts": {
"lint": "$(npm bin)/eslint --ext .jsx,.js.jsx,.js ./lib/client/jsx/** ",
"lintfile": "$(npm bin)/eslint --ext .jsx,.js.jsx,.js ",
"test": "tsc && eslint lib && jest && webpack",
"build": "./node_modules/webpack/bin/webpack.js --env production",
"build-dev": "./node_modules/webpack/bin/webpack.js",
"webpack": "echo fs.inotify.max_user_watches=524288 && ./node_modules/webpack/bin/webpack.js --env production --watch",
"webpack-dev": "./node_modules/webpack/bin/webpack.js --watch"
}
}