forked from dxatscale/sfpowerscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 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
42
43
44
45
46
47
48
{
"name": "sfpowerscripts",
"private": true,
"devDependencies": {
"@types/async-retry": "^1.4.2",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@oclif/dev-cli": "^1",
"@oclif/plugin-help": "^2",
"@oclif/test": "^1",
"@salesforce/dev-config": "1.4.1",
"@types/fs-extra": "^8.1.0",
"@types/mocha": "^5",
"@types/node": "^10",
"@types/q": "^1.5.2",
"@types/react": "~16.8.2",
"@types/react-dom": "~16.8.0",
"@types/xml2js": "^0.4.5",
"base64-inline-loader": "^1.1.1",
"copy-webpack-plugin": "^4.5.4",
"css-loader": "~1.0.0",
"file-loader": "~2.0.0",
"glob": "~7.1.2",
"glob-exec": "^0.1.1",
"globby": "^8",
"lerna": "^3.20.2",
"lerna-update-wizard": "^0.17.8",
"minimist": "^1.2.5",
"node": "^11.0.0",
"node-sass": "~4.12.0",
"prettier": "^2.0.5",
"recursive-copy": "~2.0.7",
"rimraf": "^3.0.2",
"sass-loader": "~7.1.0",
"semver": "^6.3.0",
"shelljs": "~0.7.8",
"shx": "^0.3.2",
"style-loader": "~0.23.1",
"tfx-cli": "0.6.4",
"ts-loader": "~5.2.2",
"ts-node": "^8",
"tslint": "^5",
"typescript": "^4.0.2",
"uglify-es": "~3.1.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}