-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.09 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": "radnight",
"version": "0.1.0",
"description": "Dark mode for Statamic v3 Control Panel",
"repository": {
"type": "git",
"url": "git+https://github.com/andymnewhouse/radnight.git"
},
"keywords": [
"statamic-v3",
"statamic",
"dark-mode"
],
"author": "Andy Newhouse",
"license": "MIT",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.5",
"laravel-mix": "^6.0.6",
"postcss": "^8.3.0",
"tailwindcss": "^2.1.2"
},
"bugs": {
"url": "https://github.com/andymnewhouse/radnight/issues"
},
"homepage": "https://github.com/andymnewhouse/radnight#readme"
}