-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
42
43
44
{
"name": "kalenderjawa.dev",
"version": "1.0.0",
"description": "Pustaka Kalender Jawa Abadi",
"author": "Equan Pr.",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"@kalenderjawa/pustaka": "git+https://github.com/kalenderjawa/pustaka.git",
"@nuxtjs/bulma": "^1.3.0",
"@nuxtjs/pwa": "^3.2.2",
"@nuxtjs/sitemap": "^2.4.0",
"highlight.js": "^11.2.x",
"node-sass": "^4.14.1",
"nuxt": "^2.14.7",
"sass-loader": "^8.0.2",
"vue-highlightjs": "^1.3.3",
"core-js": "^3.7.0"
},
"engines": {
"node": ">=12.13.0"
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.12.5",
"@fortawesome/fontawesome-free": "^5.15.1",
"@nuxtjs/eslint-config": "^2.0.2",
"@nuxtjs/eslint-module": "^1.2.0",
"@vue/test-utils": "^1.1.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.x",
"eslint": "^6.8.0",
"eslint-plugin-nuxt": "^0.5.2",
"jest": "^26.x",
"standard": "^14.3.4",
"vue-jest": "^4.0.x"
}
}