-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 KB
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
48
49
50
{
"name": "@qtoggle/qui",
"description": "A JavaScript UI library with batteries included.",
"version": "0.0.0",
"author": {
"name": "Calin Crisan",
"email": "ccrisan@gmail.com"
},
"repository": {
"url": "https://github.com/qtoggle/qui.git"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"jquery": "*",
"jquery-mousewheel": "*",
"jquery-ui-dist": "*",
"js-logger": "*",
"pepjs": "*"
},
"devDependencies": {
"@babel/core": "*",
"@babel/plugin-proposal-class-properties": "*",
"@babel/preset-env": "*",
"@babel/eslint-parser": "*",
"babel-loader": "^8",
"css-loader": "^3",
"eslint": "^9",
"expose-loader": "^1",
"file-loader": "*",
"glob": "*",
"jsdoc": "^3",
"jsdoc-export-default-interop": "*",
"jsdoc-typeof-plugin": "*",
"less": "*",
"less-loader": "^6",
"mini-css-extract-plugin": "^1",
"optimize-css-assets-webpack-plugin": "*",
"string-replace-loader": "^2",
"terser-webpack-plugin": "^3",
"webpack": "^4",
"webpack-cli": "^3",
"webpack-fix-style-only-entries": "*",
"webpack-inject-plugin": "*",
"webpack-shell-plugin": "*"
},
"scripts": {
"postinstall": "scripts/postinstall.sh"
}
}