-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 733 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 733 Bytes
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
{
"devDependencies": {
"@symfony/webpack-encore": "^0.17.0",
"vue": "^2.5.16",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"ajv": "^6.4.0",
"axios": "^0.18.0",
"express": "^4.15.2",
"fs": "0.0.1-security",
"net": "^1.0.2",
"socket.io": "^2.1.0",
"string_decoder": "^1.1.1",
"uws": "^9.14.0",
"vue-socket.io": "^2.1.1-b",
"snyk": "^1.71.0"
},
"snyk": true
}