-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.6 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.6 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
51
52
53
{
"name": "virtual-select-plugin",
"version": "1.1.5",
"description": "A javascript plugin for dropdown with virtual scroll",
"scripts": {
"start": "webpack --mode development --watch",
"build": "webpack --mode production",
"validate": "tsc && eslint src/**/*.js --fix --ignore-pattern '*.min.js' && stylelint --fix src/sass/**/*.scss",
"docs": "docsify serve docs",
"t": "docsify serve docs -p 3001 | cypress open --e2e -b chrome",
"test": "docsify serve docs -p 3001 | cypress run"
},
"author": "Sa Si Dev",
"keywords": [
"javascript",
"plugin",
"select",
"dropdown",
"virtual select",
"virtual scroll"
],
"license": "ISC",
"dependencies": {
"tooltip-plugin": "^1.0.16"
},
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"css-loader": "^7.1.2",
"cypress": "^14.5.4",
"cypress-real-events": "^1.14.0",
"docsify-cli": "^4.4.4",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-webpack": "^0.13.10",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-sonarjs": "^3.0.4",
"filemanager-webpack-plugin": "^9.0.1",
"mini-css-extract-plugin": "^2.9.4",
"popover-plugin": "^1.0.13",
"postcss-loader": "^8.1.1",
"sass": "^1.90.0",
"sass-loader": "^16.0.5",
"stylelint": "^16.23.1",
"stylelint-config-sass-guidelines": "^12.1.0",
"typescript": "^5.9.2",
"unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1"
}
}