forked from light-200/type-master
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "type-master",
"version": "1.0.0",
"description": "a minmal typing platform inspired by monkeytype",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"emulator": "firebase emulators:start",
"dev": "webpack serve --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/light-200/type-master.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/light-200/type-master/issues"
},
"homepage": "https://github.com/light-200/type-master#readme",
"devDependencies": {
"css-loader": "^6.5.1",
"dotenv-webpack": "^7.0.3",
"style-loader": "^3.3.1",
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"dom-to-image-more": "^2.9.5",
"file-saver": "^2.0.5",
"firebase": "^9.6.1",
"socket.io-client": "^4.4.1"
}
}