-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 994 Bytes
/
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
{
"name": "d365-ui-test-designer",
"version": "1.0.0",
"description": "A browser extension for designing and capturing D365 UI tests",
"main": "index.js",
"scripts": {
"build": "webpack",
"postbuild": "copyfiles manifest.json dist; copyfiles -f src/html/index.html dist; copyfiles -f src/assets/*.png dist --verbose"
},
"author": "Florian Kroenert",
"license": "GPL-3.0-or-later",
"dependencies": {},
"devDependencies": {
"@fluentui/react": "^7.155.3",
"@types/chrome": "0.0.127",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/uuid": "^8.3.0",
"@types/xrm": "^9.0.33",
"@uifabric/react-cards": "^0.115.3",
"copyfiles": "^2.4.1",
"css-loader": "^5.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"source-map-loader": "^1.1.3",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.12",
"typescript": "^4.1.3",
"uuid": "^8.3.2",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
}
}