-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 953 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
34
35
{
"name": "repeat-after-me",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HarveyD/repeat-after-me.git"
},
"author": "Harvey",
"license": "ISC",
"bugs": {
"url": "https://github.com/HarveyD/repeat-after-me/issues"
},
"homepage": "https://github.com/HarveyD/repeat-after-me#readme",
"devDependencies": {
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^5.5.0",
"path": "^0.12.7",
"style-loader": "^0.20.3",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"vector2d": "^3.0.0"
}
}