-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 868 Bytes
/
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
{
"name": "auth-frontend",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production",
"test": "jest",
"lint": "eslint --cache --format codeframe --ext mjs,jsx,js src test"
},
"dependencies": {
"mdbreact": "^4.25.4",
"prop-types": "^15",
"react": "^16",
"react-bootstrap": "^1.0.0-beta.17",
"react-dom": "^16",
"react-hot-loader": "^4",
"reactstrap": "^8.4.1",
"styled-components": "^5.0.1",
"validator": "^13.0.0"
},
"devDependencies": {
"@neutrinojs/airbnb": "^9.1.0",
"@neutrinojs/jest": "^9.1.0",
"@neutrinojs/react": "^9.1.0",
"eslint": "^6",
"jest": "^25",
"neutrino": "^9.1.0",
"webpack": "^4",
"webpack-cli": "^3",
"webpack-dev-server": "^3"
}
}