-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "stuck_overclone_app",
"private": true,
"description": "Stuck Overclone for Coders of all levels!",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --mode=development",
"heroku-test": "webpack --watch --mode=production",
"postinstall": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.17.12",
"babel": "^6.23.0",
"babel-loader": "^8.2.5",
"moment": "^2.29.4",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"react-redux": "^8.0.2",
"react-router-dom": "^5.3.3",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"remark-gfm": "^3.0.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": "16.15.0",
"npm": "8.5.5"
}
}