-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 940 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
35
36
37
38
39
40
41
{
"name": "hackermind-webapp",
"version": "1.0",
"private": false,
"dependencies": {
"bootstrap": "^4.3.1",
"i": "^0.3.6",
"node-sass": "^4.11.0",
"npm": "^6.8.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-markdown": "^4.0.6",
"react-meta-tags": "^0.7.4",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.5",
"reactstrap": "^7.1.0",
"sass-loader": "^7.1.0",
"webpack": "4.28.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "None",
"main": "index.js",
"repository": "none",
"author": "maytinhdibo <iammaytinhdibo@gmail.com>",
"license": "MIT"
}