forked from yireo-training/Yireo_React
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.25 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.25 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
{
"name" : "magento2-react",
"version" : "1.0.0",
"main" : "index.js",
"scripts" : {
"dev" : "webpack --mode development",
"build" : "webpack --mode production"
},
"keywords" : [],
"contributors" : [
"Jisse Reitsma",
"Romain Ruaud <romain.ruaud@smile.fr>"
],
"license" : "ISC",
"description" : "",
"dependencies" : {
"@babel/core" : "^7.7.4",
"@babel/preset-env" : "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-react" : "^7.7.4",
"@magento/babel-preset-peregrine" : "~1.0.1-rc.1",
"@magento/peregrine" : "~5.0.0-rc.1",
"babel-loader" : "^8.0.6",
"babel-plugin-graphql-tag" : "^2.5.0",
"eslint" : "^6.7.1",
"fs" : "^0.0.1-security",
"glob" : "^7.1.6",
"graphql" : "^14.6.0",
"graphql-tag" : "^2.10.1",
"path" : "^0.12.7",
"react" : "^16.12.0",
"react-dom" : "^16.12.0",
"react-hot-loader" : "^4.12.19",
"webpack" : "^5.0.0-beta.7",
"webpack-cli" : "^3.3.10"
},
"devDependencies" : {
"@babel/plugin-proposal-class-properties" : "^7.7.4",
"@babel/plugin-syntax-dynamic-import" : "^7.7.4"
}
}