-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 1.42 KB
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.42 KB
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
{
"name": "reacttable",
"version": "1.0.0",
"type": "module",
"description": "The React-Luma Module is a Faster and Free Open-Source Magento 2 Luma or another Theme Optimiser and Hyva Theme Alternative. Actually, you don't even need to change the Theme. It works as a composer module to improve your existing theme without re-platforming to Hyva, or it can be used to improve Hyva.",
"main": "index.js",
"scripts": {
"start": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"html-webpack-harddisk-plugin": "^1.0.1",
"style-loader": "^0.23.1",
"webpack": "^4.32.0",
"webpack-cli": "^3.3.2",
"webpack-livereload-plugin": "^2.2.0"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.21",
"chokidar": "^3.5.3",
"cssnano": "^7.1.0",
"fs-extra": "^11.3.0",
"glob": "^11.0.3",
"html-react-parser": "^0.7.1",
"js-cookie": "^2.2.0",
"node-fetch": "^2.7.0",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sass": "^1.89.2"
},
"keywords": []
}