-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "minimal-react-webpack-babel-setup",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@wix/ambassador": "^4.0.147",
"@wix/ambassador-calendar-server": "^1.0.98",
"@wix/ambassador-services-catalog-server": "^1.0.122",
"babel-loader": "^8.0.6",
"moment-timezone": "^0.5.25",
"react-hot-loader": "^4.11.1",
"source-map-loader": "^0.2.4",
"spawn-sync": "^2.0.0",
"tslint": "^5.18.0",
"tslint-react": "^4.0.0",
"typescript": "^3.5.2",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
}
}