-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 899 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 899 Bytes
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
{
"name": "minimal-app-with-glob-entry",
"version": "1.0.0",
"private": true,
"license": "MIT",
"main": "./Server.js",
"author": "Nathan Braun <n8tz.js@gmail.com>",
"scripts": {
"test": "mocha --require @babel/register ./tests/*.test.jsx -b",
"start": "ws -d ./dist -p 8080",
"build": "webpack-cli"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/register": "^7.16.0",
"@babel/helper-compilation-targets": "^7.16.0",
"babel-loader": "^8.0.6",
"fkill": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"is": "^3.3.0",
"is-port-reachable": "^2.0.1",
"local-web-server": "^3.0.4",
"mocha": "^6.2.0",
"webpack": "^5.62.1",
"webpack-cli": "^4.9.1",
"layer-pack": "^2.2.2",
"zombie": "^6.1.4",
"ws": "^7.4.1"
}
}