-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
37 lines (37 loc) · 1 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
{
"name": "posta",
"version": "1.2.1",
"description": "Cross-document messaging security research tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node posta.js"
},
"homepage": "https://github.com/benso-io/posta",
"author": "https://enso.security",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"babel-loader": "^8.0.6",
"classnames": "^2.3.1",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^3.4.2",
"express": "^4.17.1",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.13.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.6"
},
"dependencies": {
"ace-builds": "^1.4.8",
"js-base64": "^2.6.4",
"js-beautify": "^1.13.5",
"uuid": "^8.3.2"
}
}