-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 909 Bytes
/
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
{
"scripts": {
"start": "NODE_ENV=development babel-node server.js"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"await-to-js": "^2.1.1",
"babel-plugin-module-resolver": "^4.0.0",
"chokidar": "^3.4.3",
"decache": "^4.6.0",
"dom-parser": "^0.1.6",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"glob": "^7.1.6",
"htm": "^3.0.4",
"jsdom": "^16.4.0",
"node-cache": "^5.1.2",
"nodemon": "^2.0.6",
"randomstring": "^1.1.5",
"utf8": "^3.0.0",
"vhtml": "^2.2.0",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0",
"webpack-dev-middleware": "^4.0.2",
"webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "^2.25.0"
}
}