-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 934 Bytes
/
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
{
"name": "react-schemaorg-ssr-xss-poc",
"version": "1.0.0",
"description": "Simple proof-of-concept to show a possible XSS vulnerability in the react-schemaorg npm package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/DeX3/react-schemaorg-ssr-xss-poc.git"
},
"author": "Roman Decker <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/DeX3/react-schemaorg-ssr-xss-poc/issues"
},
"homepage": "https://github.com/DeX3/react-schemaorg-ssr-xss-poc#readme",
"dependencies": {
"express": "^4.17.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-schemaorg": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/node": "^7.8.7",
"@babel/preset-react": "^7.8.3"
}
}