forked from aesirxio/wordpress-sso-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 883 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
32
33
34
{
"name": "aesirx_login",
"version": "1.0.0",
"description": "Login via aesirx",
"private": true,
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"build": "webpack --mode=production --devtool=eval && gulp zip",
"try": "tsc --project tsconfig.json",
"zip": "gulp zip"
},
"devDependencies": {
"@types/chrome": "^0.0.210",
"compression-webpack-plugin": "^10.0.0",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-composer": "^0.4.5",
"gulp-zip": "^5.1.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"aesirx-sso": "^1.0.4",
"axios": "^1.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.1",
"stream-browserify": "^3.0.0"
}
}