forked from technion/reactxss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 821 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": "reactxss",
"version": "2.0.0",
"description": "React Smokescreen",
"scripts": {
"deploy": "aws s3 sync --delete dist/ s3://lolware-content/reactxss/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/technion/reactxss.git"
},
"author": "[email protected]",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/technion/reactxss/issues"
},
"homepage": "https://github.com/technion/reactxss#readme",
"dependencies": {
"@types/react": "^16.3.1",
"@types/react-dom": "^16.0.4",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"source-map-loader": "^0.2.3",
"ts-loader": "^4.1.0",
"tslint": "^5.9.1",
"tslint-react": "^3.5.1",
"typescript": "^2.8.1",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.13"
}
}