-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
{
"name": "running",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"start": "es-dev-server --app-index index.html --node-resolve --watch",
"test": "jest",
"test-watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gasb150/Running.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gasb150/Running/issues"
},
"homepage": "https://github.com/gasb150/Running#readme",
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.13.16",
"@babel/plugin-transform-arrow-functions": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"css-loader": "^5.2.1",
"dotenv-webpack": "^7.0.2",
"es-dev-server": "^1.57.8",
"raw-loader": "^0.5.1",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.31.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^2.11.0"
},
"dependencies": {
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.1",
"node-fetch": "^2.6.1",
"phaser": "^3.3.0"
}
}