-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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
{
"name": "bluebird",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"repository": "https://github.com/DGSW-FLUT/bluebird-server",
"author": "bluebird",
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.4.4",
"antd": "^3.20.7",
"axios": "^0.19.0",
"mobx": "^5.13.0",
"mobx-devtools-mst": "^0.9.21",
"mobx-react": "^6.1.1",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-daum-postcode": "^1.8.3",
"react-dom": "^16.8.6",
"react-highlight-words": "^0.16.0",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.12.0",
"css-loader": "^3.1.0",
"node-sass": "^4.12.0",
"scss-loader": "^0.0.1",
"style-loader": "^0.23.1",
"url-loader": "^2.1.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
}
}