-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.41 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
42
43
44
45
46
47
48
49
50
51
{
"name": "agung2001.github.io",
"description": "Agung Sundoro Github Public Page",
"main": "Gruntfile.js",
"author": "Agung Sundoro",
"license": "ISC",
"version": "1.5.2",
"scripts": {
"release": "dotenv release-it --"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@release-it/bumper": "^4.0.0",
"@release-it/conventional-changelog": "^5.1.1",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"dotenv-cli": "^6.0.0",
"eslint": "^8.30.0",
"eslint-plugin-svelte3": "^4.0.0",
"grunt": "^1.5.3",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-shell": "^4.0.0",
"husky": "^8.0.2",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"release-it": "^15.5.1",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"shelljs": "^0.8.5",
"svelte": "^3.0.0",
"tailwindcss": "^3.2.4"
},
"dependencies": {
"dotenv": "^16.0.3",
"octokit": "^2.0.10",
"vis-network": "^9.1.2"
},
"lint-staged": {
"assets/components/**/*.{js,svelte}": [
"eslint --fix",
"prettier --write"
],
"assets/css/**/*.{css,scss}": "prettier --write"
}
}