forked from EC-CUBE/ec-cube2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.67 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
{
"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.1.3",
"jquery": "3",
"jquery-colorbox": "^1.6.4",
"jquery-easing": "^0.0.1",
"jquery-migrate": "^3.4.1",
"slick-carousel": "^1.8.1",
"style-loader": "^3.3.4",
"url-loader": "^4.1.1",
"webpack": "^5.92.1"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.45.0",
"@types/date-fns": "^2.6.0",
"@types/faker": "^6.6.9",
"@types/tar": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^9.1.3",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^8.57.0",
"eslint-config-jquery": "^3.0.2",
"eslint-plugin-import": "^2.29.1",
"tar": "^7.4.0",
"typescript": "^5.5.4",
"webpack-cli": "^4.10.0",
"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"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}