-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 899 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
{
"name": "what_day_is_it",
"repository": "https://github.com/EMH333/MACAB",
"version": "1.0.0",
"description": "Designed to help MHS students tell what day it is",
"main": "main.js",
"dependencies": {
"umbrellajs": "^3.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.mjs",
"watch": "node build.mjs dev",
"lint": "npx eslint --cache --fix dev/js/ build.mjs"
},
"author": "Ethan Hampton",
"license": "ISC",
"browserslist": [
"last 2 versions",
"> 2% in US",
"not dead",
"not ie 0-12",
"not ie_mob 0-12"
],
"devDependencies": {
"@eslint/js": "^9.16.0",
"autoprefixer": "^10.4.14",
"esbuild": "^0.24.0",
"esbuild-sass-plugin": "^3.3.0",
"eslint": "^9.16.0",
"postcss": "^8.4.22",
"uncss": "github:uncss/uncss#b07a1dbfe41d5ffc1e14221c9f6e4743f6bbbe00"
}
}