-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.52 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
{
"name": "app-vacation",
"version": "1.0.0",
"description": "Vacation request app",
"repository": "https://github.com/mSprunskas/vacation",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config=config/webpack.dev.js --hot --watch --progress --colors",
"build": "./node_modules/.bin/webpack --config=config/webpack.prod.js",
"publish": "git subtree push --prefix dist origin gh-pages"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.1.2",
"bootstrap": "^3.3.7",
"classlist.js": "^1.1.20150312",
"install": "^0.12.2",
"local-storage": "^1.4.2",
"moment": "^2.23.0",
"npm": "^6.5.0",
"prop-types": "^15.6.2",
"raf": "^3.4.0",
"react": "^16.5.2",
"react-datepicker": "^2.0.0",
"react-dom": "^16.5.2"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.3",
"path": "^0.12.7",
"react-hot-loader": "^4.3.11",
"style-loader": "^0.23.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8",
"webpack-md5-hash": "0.0.6",
"webpack-merge": "^4.1.4"
}
}