-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
74 lines (74 loc) · 2.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
{
"name": "levelup-for-dynamics-365-power-apps",
"private": true,
"version": "3.6.3",
"description": "Quickly perform advanced/hidden actions in Dynamics 365/Power Apps, without bookmarklets.",
"scripts": {
"start": "npm run dev:chrome",
"pack": "gulp pack --vendor=chrome",
"pack:chrome": "gulp pack --production --vendor=chrome",
"pack:firefox": "gulp pack --production --vendor=firefox",
"pack:opera": "gulp pack --production --vendor=opera",
"pack:edge": "gulp pack --production --vendor=edge",
"dev": "npm run dev:chrome",
"dev:chrome": "gulp --watch --vendor=chrome",
"dev:firefox": "gulp --watch --vendor=firefox",
"dev:opera": "gulp --watch --vendor=opera",
"dev:edge": "gulp --watch --vendor=edge",
"lint": "standard"
},
"standard": {
"globals": [
"chrome"
],
"parser": "babel-eslint"
},
"devDependencies": {
"@types/chrome": "^0.0.219",
"@types/lodash": "^4.14.149",
"@types/xrm": "^9.0.69",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"babel-cli": "6.x.x",
"babel-core": "6.x.x",
"babel-eslint": "^10.x.x",
"babel-loader": "8.x.x",
"babel-preset-env": "1.x.x",
"babili-webpack-plugin": "0.x.x",
"chromereload": "0.x.x",
"del": "5.x.x",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"gulp": "4.x.x",
"gulp-bump": "3.x.x",
"gulp-cache": "1.x.x",
"gulp-clean-css": "^4.x.x",
"gulp-filter": "6.x.x",
"gulp-git": "2.x.x",
"gulp-if": "3.x.x",
"gulp-imagemin": "7.x.x",
"gulp-json-transform": "0.x.x",
"gulp-less": "4.x.x",
"gulp-livereload": "4.x.x",
"gulp-plumber": "1.x.x",
"gulp-sourcemaps": "^2.x.x",
"gulp-tag-version": "1.x.x",
"gulp-util": "3.x.x",
"gulp-zip": "5.x.x",
"prettier": "^2.8.4",
"require-dir": "1.x.x",
"standard": "14.x.x",
"ts-loader": "^6.x.x",
"typescript": "^4.4.4",
"vinyl-named": "1.x.x",
"webpack": "4.x.x",
"webpack-stream": "5.x.x",
"yargs": "15.x.x"
},
"dependencies": {
"list.js": "^1.5.0",
"material-design-lite": "^1.3.0",
"xrm-webapi-client": "^4.0.9"
}
}