-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
{
"name": "problem-starter",
"version": "1.0.0",
"description": "Learn Chinese pronunciation",
"main": "index.js",
"scripts": {
"start": "nodemon server/index.js",
"react-dev": "webpack -d eval-source-map --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hollinwakefield/falala.git"
},
"author": "Hollin Wakefield",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"brotli-webpack-plugin": "^1.1.0",
"compression-webpack-plugin": "^8.0.1",
"express": "^4.17.1",
"express-static-gzip": "^2.1.1",
"mongoose": "^5.12.14",
"nodemon": "^2.0.7",
"react": "^17.0.2",
"react-countdown": "^2.3.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"webpack-bundle-analyzer": "^4.4.2"
},
"homepage": "https://www.falala.app/"
}