-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "MoleculeDrawer",
"version": "1.0.0",
"description": "Molecule drawer",
"main": "index.js",
"dependencies": {
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@types/snapsvg": "^0.5.0",
"imports-loader": "^4.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"snapsvg": "^0.5.1"
},
"devDependencies": {
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"raw-loader": "^4.0.1",
"style-loader": "^1.2.1",
"ts-loader": "^9.4.2",
"typescript": "^3.8.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^4.2.2"
},
"scripts": {
"start": "webpack --config webpack.dev.js",
"dev": "webpack --config webpack.dev.js",
"prod": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rfatkullin/MoleculeDrawer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rfatkullin/MoleculeDrawer/issues"
},
"homepage": "https://github.com/rfatkullin/MoleculeDrawer#readme"
}