-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.23 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.23 KB
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
{
"name": "site-admin",
"version": "0.9.7",
"description": "An automation tool for tenant admins to use for automation of features/enhancements.",
"main": "src/index.ts",
"scripts": {
"all": "npm run clean && npm run build && npm run prod && npm run flow && npm run spfx",
"build": "webpack --mode=development",
"clean": "node ./clean.js",
"flow": "node ./flow.js",
"prod": "webpack --mode=production",
"spfx": "cd spfx && npm run package",
"test": "npm run build && cd spfx && gulp serve --nobrowser"
},
"keywords": [],
"author": "Gunjan Datta <gudatta@microsoft.com>",
"license": "ISC",
"dependencies": {
"datatables.net": "^2.3.2",
"datatables.net-bs5": "^2.3.2",
"dattatable": "^2.11.70",
"gd-sprest-bs": "^10.15.69",
"jquery": "^3.7.1",
"moment": "^2.30.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"archiver": "^7.0.1",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"html-loader": "^5.1.0",
"moment-locales-webpack-plugin": "^1.2.0",
"sass": "^1.80.6",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}