forked from yireo/Yireo_EmailTester2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1011 Bytes
/
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
{
"name": "yireo.emailtester2",
"repository": {
"type": "git",
"url": "[email protected]:magento2-extensions/Yireo_EmailTester2.git"
},
"scripts": {
"watch": "webpack --env.mode=development --watch",
"build": "webpack -p --env.mode=production --progress",
"test": "jasmine"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"browser-sync": "^2.26.7",
"jasmine": "^2.8.0",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.8",
"react-dom": "^16.8.6",
"react-router-dom": "^4.0",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"whatwg-fetch": "^3.0.0"
},
"dependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0"
}
}