-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.12 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": "@robots-ju/fll-scoreboard",
"version": "1.0.0",
"description": "Unofficial web scoreboard for the FLL Robot Game",
"author": "Clark Winkelmann <[email protected]> (https://clarkwinkelmann.com/)",
"license": "MIT",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"test": "./node_modules/.bin/karma start karma.conf.js --single-run"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.10",
"@types/materialize-css": "^1.0",
"@types/mithril": "^2.0",
"materialize-css": "^1.0",
"mithril": "^2.0"
},
"devDependencies": {
"@types/jasmine": "^3.4.0",
"@types/karma": "^3.0.3",
"cross-env": "^5.2.0",
"jasmine-core": "^3.4.0",
"karma": "^6.0",
"karma-chrome-launcher": "^3.0",
"karma-jasmine": "^5.0",
"laravel-mix": "^6.0.43",
"puppeteer": "^14.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.1.0",
"ts-loader": "^9.2.7",
"typescript": "^4.6.2"
}
}