-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
58 lines (58 loc) · 1.7 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
51
52
53
54
55
56
57
58
{
"name": "inq",
"version": "0.0.1",
"description": "Interview question and such",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=production node server/server.js",
"build": "webpack",
"dev": "NODE_ENV=development webpack serve --open --hot --content-base ./ & nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoPulpJS/InQ.git"
},
"author": "Greg Kushal Ausar Dwayne",
"license": "ISC",
"bugs": {
"url": "https://github.com/NoPulpJS/InQ/issues"
},
"homepage": "https://github.com/NoPulpJS/InQ#readme",
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"chalk": "^4.1.1",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fontsource-roboto": "^4.0.0",
"inspirational-quotes": "^1.0.8",
"jest": "^26.6.3",
"passport": "^0.4.1",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth2": "^0.2.0",
"pg": "^8.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"nodemon": "^2.0.7",
"webpack": "^5.34.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-hot-middleware": "^2.25.0"
}
}