-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
106 lines (106 loc) · 3.43 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "@blueacornici/green-pistachio",
"version": "5.0.3",
"main": "index.js",
"license": "MIT",
"bin": {
"gpc": "bin/gpc.js"
},
"files": [
"assets",
"build",
".eslintrc"
],
"scripts": {
"test": "jest --passWithNoTests --detectOpenHandles",
"prepare": "tsc",
"dev": "tsc -w"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/gulp": "^4.0.9",
"@types/gulp-babel": "^6.1.30",
"@types/gulp-plumber": "^0.0.33",
"@types/gulp-rename": "^2.0.1",
"@types/gulp-svg-sprite": "^1.2.32",
"@types/gulp-svgmin": "^1.2.1",
"@types/jest": "^29.2.3",
"@types/mkdirp": "^1.0.2",
"@types/mock-fs": "^4.13.1",
"@types/resolve": "^1.20.2",
"@types/rimraf": "^3.0.2",
"@types/webpack": "^5.28.0",
"@types/webpack-manifest-plugin": "^3.0.5",
"@types/yargs": "^17.0.10",
"graceful-fs": "^4.2.10",
"jest": "^29.3.1",
"memfs": "^3.4.6",
"mock-fs": "^5.1.2",
"ts-jest": "^29.0.3",
"unionfs": "^4.4.0"
},
"dependencies": {
"@babel/core": "^7.18.5",
"@babel/plugin-transform-modules-amd": "^7.18.0",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/runtime": "^7.18.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/csso": "^5.0.0",
"@types/gulp-less": "^0.0.32",
"@types/gulp-sourcemaps": "^0.0.35",
"@types/jquery": "^3.5.14",
"@types/jqueryui": "^1.12.16",
"@types/knockout": "^3.4.71",
"@types/magento2": "https://github.com/magento/ts-types.git",
"@types/object-path": "^0.11.1",
"@types/requirejs": "^2.1.34",
"@types/slick-carousel": "^1.6.37",
"@types/tinycolor2": "^1.4.3",
"@types/tinymce": "^4.6.5",
"@types/underscore": "^1.11.4",
"babel-loader": "^9.1.0",
"babel-plugin-jsx-pragmatic": "^1.0.2",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"css-loader": "^6.7.1",
"debug": "^4.3.4",
"devcert": "^1.2.2",
"enhanced-resolve": "^5.9.3",
"fast-glob": "^3.2.11",
"fork-ts-checker-webpack-plugin": "^7.2.11",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.3.0",
"gulp-eslint-new": "^1.7.1",
"gulp-less": "^5.0.0",
"gulp-libsquoosh": "^1.1.2",
"gulp-livereload": "^4.0.2",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-squoosh": "^0.11.0",
"gulp-svg-sprite": "^2.0.1",
"gulp-svgmin": "^4.1.0",
"gulp.spritesmith": "^6.13.0",
"imports-loader": "^4.0.0",
"less": "^3.7.1",
"mini-css-extract-plugin": "^2.6.1",
"mkdirp": "^1.0.4",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.14.0",
"resolve": "^1.22.1",
"rimraf": "^3.0.2",
"sharp": "^0.31.2",
"style-loader": "^3.3.1",
"tapable": "^2.2.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.9.2",
"webpack-manifest-plugin": "^5.0.0",
"webpack-virtual-modules": "^0.4.3",
"yargs": "^17.5.1"
}
}