-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
95 lines (95 loc) · 3.2 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
{
"name": "MolModa",
"version": "1.0.1",
"private": false,
"scripts": {
"serve": "cd utils && ./before_compile.sh && cd .. && vue-cli-service serve && cd utils && ./after_compile.sh && cd ..",
"build": "cd utils && ./before_compile.sh && cd .. && vue-cli-service --progress --verbose build && cd utils && ./after_compile.sh && cd ..",
"lint": "vue-cli-service lint",
"docs": "vue-cli-service build --mode docs; jsdoc dist/js/app.js",
"docs2": "jsdoc -r -c jsdoc.json src/"
},
"dependencies": {
"@babel/polyfill": "^7.11.5",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0",
"@popperjs/core": "^2.11.5",
"@rdkit/rdkit": "^2022.3.5-1.2.1",
"@tensorflow/tfjs": "^4.20.0",
"@tensorflow/tfjs-converter": "^4.20.0",
"@types/bootstrap": "^5.1.12",
"@types/node": "^18.15.13",
"3dmol": "^1.8.0",
"assert": "^2.0.0",
"axios": "^1.1.3",
"bootstrap": "5.1.3",
"bootswatch": "5.1.3",
"browserfs": "^1.4.3",
"chart.js": "^4.4.2",
"circular-dependency-plugin": "^5.2.2",
"core-js": "^3.8.3",
"detect-os": "^1.2.1",
"dexie": "^4.0.4",
"exit-intent": "^1.1.0",
"file-saver": "^2.0.5",
"golden-layout": "2.5.0",
"hotkeys-js": "^3.10.0",
"jquery": "^3.6.0",
"jszip": "^3.10.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"mdb-vue-ui-kit": "^4.0.0",
"memfs": "^3.4.7",
"molstar": "^3.8.2",
"mutationobserver-shim": "^0.3.7",
"path-browserify": "^1.0.1",
"register-service-worker": "^1.7.2",
"smiles-drawer": "^2.0.3",
"util": "^0.12.4",
"vue": "^3.2.13",
"vue-class-component": "^8.0.0-0",
"vue-popperjs": "^2.3.0",
"vue-property-decorator": "^9.1.2",
"vuex": "^4.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.1/xlsx-0.19.1.tgz"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.182",
"@types/sortablejs": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"autoprefixer": "^10.4.8",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.7.1",
"eslint": "^7.32.0",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-regexp": "^1.9.0",
"eslint-plugin-sonarjs": "^0.15.0",
"eslint-plugin-vue": "^8.0.3",
"eslint-plugin-write-good-comments": "^0.1.4",
"expose-loader": "^4.0.0",
"os-browserify": "^0.3.0",
"postcss-loader": "^6.2.1",
"sass": "^1.54.5",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"thread-loader": "^3.0.4",
"ts-unused-exports": "^10.0.0",
"typescript": "~4.5.5",
"vue-cli-plugin-webpack-bundle-analyzer": "^4.0.0"
}
}