-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.34 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": "fec-questions-and-answers",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -p",
"builddev": "webpack -d -w",
"test": "jest --coverage",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/I-O-Silver/Questions-and-Answers.git"
},
"author": "Andre",
"license": "ISC",
"bugs": {
"url": "https://github.com/I-O-Silver/Questions-and-Answers/issues"
},
"homepage": "https://github.com/I-O-Silver/Questions-and-Answers#readme",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"axios": "^0.19.2",
"compression": "^1.7.4",
"express": "^4.17.1",
"moment": "^2.27.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-swipeable-views": "^0.13.9"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"babel-jest": "^26.2.2",
"babel-loader": "^8.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"jest": "^26.2.2",
"react-test-renderer": "^16.13.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}