-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
71 lines (71 loc) · 2.06 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
{
"name": "naturalproductsonline",
"version": "0.0.1-SNAPSHOT",
"description": "Natural Products Online",
"repository": {
"type": "git",
"url": "git+https://github.com/mSorok/NaturalProductsOnline.git"
},
"keywords": [
"natural products",
"database"
],
"author": "Maria Sorokina, Peter Merseburger",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"bootstrap": "^4.5.0",
"formik": "^2.1.5",
"jquery": "^3.5.1",
"mdbreact": "^4.27.0",
"openchemlib": "^7.2.1",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-bootstrap-range-slider": "^1.1.2",
"react-dom": "^16.13.1",
"react-infinite-scroll-component": "^5.1.0",
"react-markdown": "^4.3.1",
"react-native": "^0.64.1",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-showdown": "^2.1.0",
"react-star-ratings": "^2.3.0",
"rest": "^2.0.0",
"stompjs": "^2.3.3",
"uglifyjs-webpack-plugin": "^1.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"when": "^3.7.8"
},
"scripts": {
"watch": "webpack --watch -d",
"build": "npx webpack"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@welldone-software/why-did-you-render": "^3.3.6",
"autoprefixer": "^9.8.5",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"favicons-webpack-plugin": "^3.0.1",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"raw-loader": "^4.0.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.2.1",
"url-loader": "^2.2.0",
"xxxxx": "^1.0.3"
},
"bugs": {
"url": "https://github.com/mSorok/NaturalProductsOnline/issues"
},
"homepage": "https://github.com/mSorok/NaturalProductsOnline#readme",
"main": "webpack.config.js"
}