-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 KB
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
51
{
"name": "questioner-react",
"version": "1.0.0",
"description": "API consumption",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IssaIan/Questioner-react.git"
},
"author": "Issatheonly",
"license": "MIT",
"bugs": {
"url": "https://github.com/IssaIan/Questioner-react/issues"
},
"homepage": "https://github.com/IssaIan/Questioner-react#readme",
"dependencies": {
"@babel/core": "^7.4.3",
"axios": "^0.18.0",
"core-js": "^3.0.1",
"css-loader": "^2.1.1",
"dotenv": "^7.0.0",
"dotenv-webpack": "^1.7.0",
"express": "^4.16.4",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.5.1",
"mdbreact": "^4.12.0",
"node": "^11.13.0",
"path": "^0.12.7",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0",
"react-toastify": "^5.0.1",
"style-loader": "^0.23.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"html-webpack-plugin": "^3.2.0",
"react-spinners": "^0.5.4",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
}
}