-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
39
40
41
{
"name": "lukesucks.ch",
"version": "1.0.0",
"description": "Petition against Luke Mockridge's show in Zurich on the 29th of May because multiple women have accused him of sexual asault. No shows for predators! lukesucks.ch",
"private": true,
"devDependencies": {
"cross-env": "^7.0.3",
"fast-glob": "^3.2.11",
"laravel-mix": "^6.0.43",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"tailwindcss": "^3.0.23",
"webpack-cli": "^4.9.2",
"webpack-livereload-plugin": "^3.0.2"
},
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timothyoesch/lukesucks.ch.git"
},
"author": "Timothy@k.",
"license": "MIT",
"bugs": {
"url": "https://github.com/timothyoesch/lukesucks.ch/issues"
},
"homepage": "https://lukesucks.ch",
"dependencies": {
"notyf": "^3.10.0",
"path": "^0.12.7",
"stream": "0.0.2"
}
}