-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.96 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
59
60
61
62
63
64
65
66
67
{
"name": "todo-hackerearth",
"version": "1.0.0",
"description": "Entry for StackHack",
"main": "dist/backend/index.js",
"scripts": {
"start": "node dist/backend/index.js",
"dev-server": "webpack-dev-server --content-base src/frontend --hot --inline --open",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SaitamaSama/todo-hackerearth.git"
},
"author": "Gourab Nag <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SaitamaSama/todo-hackerearth/issues"
},
"homepage": "https://github.com/SaitamaSama/todo-hackerearth#readme",
"devDependencies": {
"copy-webpack-plugin": "6.0.2",
"webpack-pwa-manifest": "4.2.0",
"dotenv": "^8.2.0",
"winston": "3.2.1",
"@date-io/moment": "1.3.13",
"@material-ui/core": "4.9.14",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.54",
"@material-ui/pickers": "3.2.10",
"@types/bcrypt": "3.0.0",
"@types/express": "4.17.6",
"@types/jsonwebtoken": "8.5.0",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
"@types/react-router-dom": "5.1.5",
"bcrypt": "5.0.0",
"commander": "5.1.0",
"css-loader": "3.5.3",
"express": "4.17.1",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "6.0.0",
"html-webpack-plugin": "4.3.0",
"jsonwebtoken": "9.0.0",
"mobx": "5.15.4",
"mobx-react": "6.2.2",
"moment": "2.26.0",
"node-sass": "4.14.1",
"notistack": "^0.9.16",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-router-dom": "5.2.0",
"reflect-metadata": "0.1.13",
"sass-loader": "8.0.2",
"sqlite3": "4.2.0",
"style-loader": "1.2.1",
"ts-loader": "7.0.4",
"typeorm": "0.2.25",
"typescript": "3.9.3",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.11.0"
},
"dependencies": {
}
}