-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.26 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
{
"name": "redeem-code",
"version": "1.0.1",
"description": "Apply redeem code to unlock product or content",
"main": "index.js",
"scripts": {
"clear": "node ./node_modules/solidie-materials/builders/clear-dist.js",
"release": "./node_modules/solidie-materials/release.sh",
"compile": "webpack --env=build --mode=production",
"build": "npm run clear && npm run compile && gulp build",
"watch": "npm run clear && webpack --watch --mode=development",
"lint": "eslint ./components/**/*.jsx",
"lint:fix": "eslint --fix ./components/**/*.jsx"
},
"author": "JK",
"license": "GPL-3.0",
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"currency-symbol-map": "^5.1.0",
"fs": "^0.0.1-security",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-plumber": "^1.2.1",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0",
"js-md5": "^0.8.3",
"path": "^0.12.7",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.14.2",
"react-simple-star-rating": "^5.1.7",
"sass": "^1.79.3",
"sass-loader": "^13.3.2",
"solidie-materials": "github:Solidie/solidie-materials",
"style-loader": "^3.3.3",
"sweetalert2": "11.4.8",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"engines": {
"node": ">=18.8.0"
},
"devDependencies": {
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gulp-notify": "^4.0.0"
},
"keywords": [],
"svn": "https://plugins.svn.wordpress.org/redeem-code",
"repository": {
"type": "git",
"url": "git+https://github.com/Solidie/redeem-code.git"
},
"bugs": {
"url": "https://github.com/Solidie/redeem-code/issues"
},
"homepage": "https://github.com/Solidie/redeem-code#readme"
}