-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "match-app",
"description": " is for making your outsourcing job easier to be able to find out proper service and post request, make an appointment, make a deal,.etc.",
"version": "1.0.0",
"author": "Sean Park",
"scripts": {
"dev:build": "node_modules/.bin/webpack --config ./client/webpack.config.js"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.0",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.2",
"random-sentence": "^1.0.4",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^2.5.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0"
},
"dependencies": {
"babel-preset-env": "^1.4.0",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"moment": "^2.18.1",
"random-name": "^0.1.2",
"react": "^15.5.4",
"react-dom": "^15.5.4"
}
}