-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1002 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
{
"name": "canvasgame",
"version": "0.1.0",
"description": "Does anybody ever check this?",
"main": "src/App.js",
"scripts": {
"test": "eslint src/**/*.js && webpack --config webpack.config.js && jest --passWithNoTests",
"build": "eslint src/**/*.js && webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Skaipi/umk-programowanie-zespolowe.git"
},
"author": "",
"license": "CC0",
"bugs": {
"url": "https://gitlab.com/Skaipi/umk-programowanie-zespolowe/issues"
},
"homepage": "https://gitlab.com/Skaipi/umk-programowanie-zespolowe#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"eslint": "^7.11.0",
"jest": "^26.5.3",
"url-loader": "^4.1.1",
"webpack": "^5.2.0",
"webpack-cli": "^4.0.0"
},
"dependencies": {}
}