-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.51 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
38
39
40
41
42
43
44
45
46
47
{
"name": "tab",
"version": "1.0.0",
"description": "**Tab plugin is added **Supports most of the screen sizes including tablets and mobiles. **licenced under the category of open-source free licence crendentials. **The information like company name or anything provided in this plugin is only an fake one.",
"main": "bundle.js",
"devDependencies": {
"clean-webpack-plugin": "*",
"common-js": "^0.3.8",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.1.0",
"node-sass": "^6.0.1",
"postcss-scss": "^4.0.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.5",
"ts-node": "^10.1.0",
"tslint": "^6.1.3",
"typescript": "^4.3.5",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-md5-hash": "^0.0.6",
"webpack-node-externals": "^3.0.0"
},
"scripts": {
"start": "node dist/bundle.js",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"serve": "webpack serve --mode development --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arunbharath91/Tab.git"
},
"author": "arunbharath",
"license": "ISC",
"bugs": {
"url": "https://github.com/arunbharath91/Tab/issues"
},
"homepage": "https://github.com/arunbharath91/Tab#readme"
}