forked from EC-CUBE/ec-cube2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.47 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
{
"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": "^6.7.3",
"date-fns": "^2.29.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.2",
"url-loader": "^4.1.1",
"webpack": "^5.76.0"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@faker-js/faker": "^7.6.0",
"@playwright/test": "^1.29.2",
"@types/date-fns": "^2.6.0",
"@types/faker": "^6.6.9",
"@types/tar": "^6.1.4",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.55.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.5",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^8.36.0",
"eslint-config-jquery": "^3.0.0",
"eslint-plugin-import": "^2.27.5",
"tar": "^6.1.13",
"typescript": "^5.0.2",
"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"
}
}