-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
{
"name": "monster-ui",
"version": "4.3.0",
"description": "Monster-UI",
"main": "index.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2600hz/monster-ui.git"
},
"author": "2600Hz",
"license": "ISC",
"bugs": {
"url": "https://github.com/2600hz/monster-ui/issues"
},
"homepage": "https://github.com/2600hz/monster-ui#readme",
"devDependencies": {
"@2600hz/sds-core": "^2.0.0",
"@2600hz/sds-themes": "^2.3.3",
"@fomantic/gulp-concat-css": "^3.2.0",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.29.1",
"del": "^3.0.0",
"eslint": "^8.36.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"gulp": "^4.0.0",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-declare": "^0.3.0",
"gulp-eslint": "^6.0.0",
"gulp-handlebars": "^5.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^5.0.0",
"gulp-uglify": "^2.1.2",
"gulp-wrap": "^0.14.0",
"node-sass": "^8.0.0",
"node-sass-tilde-importer": "^1.0.2",
"requirejs": "^2.3.5",
"semver": "^5.7.0",
"upath": "^1.1.2",
"vinyl-paths": "^2.1.0",
"yargs-parser": "^18.1.3"
},
"resolutions": {
"json5": "1.0.2",
"glob-parent": "5.1.2"
}
}