forked from Altrozero/AlMainAlert
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 847 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 847 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
32
33
34
35
{
"name": "avsearchbar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AceviralPHP/avSearchBar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AceviralPHP/avSearchBar/issues"
},
"homepage": "https://github.com/AceviralPHP/avSearchBar#readme",
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@types/node-fetch": "^2.5.0",
"jquery": "^3.4.1",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@types/jquery": "^3.3.30"
}
}