-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 912 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 912 Bytes
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
{
"name": "atomicas-chemtools",
"version": "1.0.0",
"description": "Atomicas ChemTools - RDKit-powered cheminformatics for Excel",
"scripts": {
"dev": "webpack serve --mode development",
"build": "webpack --mode production",
"start": "office-addin-debugging start manifest.xml",
"stop": "office-addin-debugging stop manifest.xml",
"validate": "office-addin-manifest validate manifest.xml"
},
"dependencies": {
"@microsoft/office-js": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"babel-loader": "^9.1.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.0",
"html-webpack-plugin": "^5.5.0",
"office-addin-debugging": "^5.0.0",
"office-addin-manifest": "^2.0.0",
"style-loader": "^3.3.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.0"
}
}