-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 909 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
35
{
"name": "ik1497.github.io",
"version": "1.0.0",
"description": "",
"main": "main.js",
"type": "module",
"scripts": {
"dev": "sass --watch assets/scss:assets/css components extensions --style compressed",
"build": "node Extensions/IDIOTS/build.cjs",
"deploy": "git commit -a -m \"Small Fixes\" && git push",
"pull": "git pull"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ik1497/Ik1497.github.io.git"
},
"author": "ik1497",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ik1497/Ik1497.github.io/issues"
},
"homepage": "Ik1497.github.io",
"devDependencies": {
"image-size": "^1.0.2",
"sass": "^1.56.1"
},
"dependencies": {
"@mdi/font": "^7.2.96",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2",
"unified-stream": "^2.0.0"
}
}