-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 3.3 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
{
"name": "solidie",
"version": "1.1.11",
"description": "Digital content marketplace",
"main": "index.js",
"scripts": {
"sync-materials": "node ./node_modules/solidie-materials/builders/sync-materials.js",
"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 && concurrently \"npm run sync-materials\" \"webpack --watch --mode=development\"",
"lint": "eslint ./components/**/*.jsx",
"lint:fix": "eslint --fix ./components/**/*.jsx",
"cypress:open": "cypress open --config-file tests/cypress/config.config.js",
"cypress:run": "cypress run --config-file tests/cypress/config.config.js",
"env:start": "wp-env start",
"env:update-start": "wp-env start --update",
"env:stop": "wp-env stop",
"env:destroy": "wp-env destroy",
"mocha": "npx mochawesome-merge ./tests/cypress/reports/*.json -o tests/cypress/reports/mochawesome.json && rm -rf ./tests/cypress/reports/mochawesome-*.json && npx mochawesome-json-to-md -p ./tests/cypress/reports/mochawesome.json -o ./tests/cypress/reports/mochawesome.md && npx mochawesome-report-generator tests/cypress/reports/mochawesome.json -o tests/cypress/reports/"
},
"author": "JK",
"license": "GPL-3.0",
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.2.1",
"chokidar": "^4.0.3",
"concurrently": "^9.1.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"currency-symbol-map": "^5.1.0",
"cypress": "^13.17.0",
"cypress-file-upload": "^5.0.8",
"cypress-mochawesome-reporter": "^3.8.2",
"fs": "^0.0.1-security",
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-plumber": "^1.2.1",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^6.0.0",
"js-md5": "^0.8.3",
"path": "^0.12.7",
"react": "^19.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^19.0.0",
"react-helmet": "^6.1.0",
"react-paginate": "^8.2.0",
"react-router-dom": "^7.1.1",
"react-simple-star-rating": "^5.1.7",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"solidie-materials": "github:Solidie/solidie-materials",
"style-loader": "^4.0.0",
"sweetalert2": "^11.15.3",
"terser-webpack-plugin": "^5.3.11",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"engines": {
"node": ">=22.12.0"
},
"devDependencies": {
"@10up/cypress-wp-utils": "github:10up/cypress-wp-utils#build",
"@wordpress/env": "^10.14.0",
"eslint": "^9.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Solidie/Solidie.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/Solidie/Solidie/issues"
},
"homepage": "https://github.com/Solidie/Solidie#readme",
"svn": "https://plugins.svn.wordpress.org/solidie"
}