-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
53 lines (53 loc) · 1.62 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
48
49
50
51
52
53
{
"name": "ec-cube2",
"version": "2.17.2",
"main": "index.js",
"repository": "[email protected]:EC-CUBE/ec-cube2.git",
"author": "https://www.ec-cube.net",
"license": "GPL",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"css-loader": "^7.1.2",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"jquery": "3.7.1",
"jquery-colorbox": "^1.6.4",
"jquery-easing": "^0.0.1",
"jquery-migrate": "^3.5.2",
"slick-carousel": "^1.8.1",
"style-loader": "^3.3.4",
"url-loader": "^4.1.1",
"webpack": "^5.95.0"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.48.2",
"@types/date-fns": "^2.6.0",
"@types/faker": "^6.6.9",
"@types/tar": "^6.1.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.2.1",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^8.57.1",
"eslint-config-jquery": "^3.0.2",
"eslint-plugin-import": "^2.31.0",
"expose-loader": "^5.0.0",
"tar": "^7.4.3",
"typescript": "^5.6.3",
"webpack-cli": "^5.1.4",
"zaproxy": "^1.0.1"
},
"scripts": {
"lint:javascript": "eslint --fix data/*.js",
"lint:typescript": "eslint --fix --ext .ts e2e-tests",
"test:e2e": "playwright test --grep-invert '(@attack|@extends)'",
"test:e2e-extends": "playwright test --grep @extends",
"test:attack": "playwright test --grep-invert @extends",
"dev": "npx webpack --mode development --watch"
},
"packageManager": "[email protected]"
}