-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 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
{
"name": "aveecclesia-sistema",
"version": "2.0.0",
"main": "app/index.js",
"repository": "https://bitbucket.org/vertexgroup/aveecclesia-sistema.git",
"author": "Carlos Roberto <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"react": "^16.8.2",
"react-bootstrap-typeahead": "^3.2.4",
"react-currency-input": "^1.3.6",
"react-dom": "^16.8.2",
"react-input-mask": "^2.0.3",
"react-loadable": "^5.5.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-select": "^2.0.0",
"reactstrap": "^7.1.0",
"redux": "^4.0.0",
"redux-form": "^8.1.0",
"redux-multi": "^0.1.12",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"dotenv": "^6.0.0",
"style-loader": "^0.22.1",
"webpack": "^4.16.5",
"webpack-clean-obsolete-chunks": "^0.4.0",
"webpack-cli": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
}
}