-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·46 lines (46 loc) · 1.14 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
{
"name": "harman_vendor",
"private": true,
"license": "SEE LICENSE IN GNU-AGPL-3.0",
"dependencies": {
"@rails/webpacker": "5.4.3",
"ansi-regex": "^5.0.1",
"chokidar": "^3.4.0",
"json-schema": "^0.4.0",
"kind-of": "^6.0.3",
"lodash": "^4.17.19",
"minimist": "^1.2.5",
"node-gyp": "^8.4.0",
"node-sass": "^6.0.1",
"nth-check": "^2.0.1",
"serialize-javascript": "^3.1.0",
"set-value": "^4.0.1",
"ssri": "^8.0.1",
"stimulus": "^1.1.1",
"tar": "^4.4.18",
"trim-newlines": "3.0.1",
"vali-admin": "^3.0.0",
"webpack-cli": "^3.3.12",
"websocket-extensions": "^0.1.4"
},
"devDependencies": {
"webpack": "^4.46.0",
"webpack-dev-server": "^3"
},
"resolutions": {
"**/kind-of": "^6.0.3",
"ansi-regex": "^5.0.1",
"chokidar": "^3.4.0",
"json-schema": "^0.4.0",
"nth-check": "^2.0.1",
"ssri": "^8.0.1",
"serialize-javascript": "^3.1.0",
"set-value": "^4.0.1",
"is-svg": "^4.2.2",
"tar": "^4.4.18",
"trim-newlines": "^3.0.1"
},
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/brentkearney/workshops.git"
}