forked from xchem/fragalysis-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·140 lines (140 loc) · 4.17 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "fragalysis-frontend",
"version": "0.6.1",
"description": "Frontend for fragalysis",
"main": "webpack.config.js",
"scripts": {
"start": "node server.js",
"test": "jest",
"testwatch": "jest --watchAll",
"build": "webpack --config webpack.config.js --progress --mode production",
"watch": "webpack --config webpack.config.js --watch",
"dev": "webpack --config webpack.config.js --mode development --watch"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/setupTests.js",
"jest-canvas-mock"
],
"testEnvironment": "jsdom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xchem/fragalysis-frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xchem/fragalysis-frontend/issues"
},
"homepage": "https://github.com/xchem/fragalysis-frontend#readme",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@date-io/date-fns": "1.x",
"@gitgraph/react": "^1.5.3",
"@hot-loader/react-dom": "^16.11.0",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.39",
"@sentry/browser": "^5.7.1",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"cross-fetch": "^3.0.4",
"css-loader": "^3.2.0",
"date-fns": "^2.9.0",
"dotenv-webpack": "^1.7.0",
"express": "^4.17.1",
"file-saver": "^2.0.2",
"formik": "^2.1.3",
"formik-material-ui": "^2.0.0-alpha.3",
"formik-material-ui-pickers": "^0.0.4",
"js-base64": "^2.5.2",
"jszip": "^3.2.2",
"lodash": "^4.17.15",
"logrocket": "^1.0.3",
"moment": "^2.24.0",
"ngl": "2.0.0-dev.37",
"react": "^16.11.0",
"react-canvas-draw": "^1.1.0",
"react-color": "^2.17.3",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.18",
"react-infinite-scroller": "^1.2.4",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-svg-inline": "^2.1.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"style-loader": "^1.0.0",
"typeface-roboto": "^0.0.75",
"url-loader": "^2.2.0",
"uuid": "^3.2.1",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.8.3",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.0",
"babel-polyfill": "^6.26.0",
"compression-webpack-plugin": "^3.0.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"error-overlay-webpack-plugin": "^0.4.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-react-app": "^5.1.0",
"eslint-plugin-flowtype": "^4.5.3",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-jest-formatting": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"file-loader": "^5.0.2",
"jest": "^24.9.0",
"jest-canvas-mock": "^2.2.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"redux-mock-store": "^1.5.4",
"resize-observer-polyfill": "^1.5.1",
"terser-webpack-plugin": "^2.2.1",
"typescript": "^3.7.2",
"webpack": "^4.41.5",
"webpack-bundle-tracker": "^0.4.3",
"webpack-cli": "^3.3.10"
},
"eslintIgnore": [
"node_modules"
],
"prettier": {
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"endOfLine": "lf",
"bracketSpacing": true,
"jsxBracketSameLine": false
},
"lint-staged": {
"js/**/*.{js,jsx}": [
"eslint --fix",
"git add"
]
}
}