-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
70 lines (70 loc) · 1.99 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "knowledge-base",
"version": "0.1.1",
"description": "Zillet Knowledge Base",
"author": "Zillet",
"repository": "https://github.com/zillet/knowledge-base.git",
"license": "MIT",
"private": true,
"scripts": {
"build": "gridsome build",
"dev": "gridsome develop",
"explore": "gridsome explore",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"now-build": "npm run build",
"start": "http-server dist"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"dependencies": {
"@gridsome/plugin-google-analytics": "^0.1.0",
"@zilliqa-js/zilliqa": "^0.11.1",
"algoliasearch": "^3.32.0",
"axios": "^0.20.0",
"babel-runtime": "^6.26.0",
"bn.js": "^5.1.3",
"docsearch.js": "^2.6.2",
"dotenv": "^8.0.0",
"eva-icons": "^1.1.1",
"gridsome": "^0.6.0",
"gridsome-plugin-algolia": "^1.1.5",
"http-server": "^0.11.1",
"marked": "^0.6.1",
"typeface-league-spartan": "0.0.44",
"typeface-nunito": "0.0.54",
"typography": "^0.16.18",
"vue-instantsearch": "^2.0.0",
"vue-scrollto": "^2.13.0",
"vue-typer": "^1.2.0",
"vue2-filters": "^0.6.0"
},
"devDependencies": {
"@babel/runtime-corejs2": "^7.12.1",
"@gridsome/plugin-critical": "^0.1.1",
"@gridsome/remark-prismjs": "^0.0.4",
"@gridsome/source-filesystem": "^0.3.0",
"@gridsome/transformer-remark": "^0.2.1",
"@vue/eslint-config-prettier": "^4.0.1",
"autoprefixer": "^8.6.4",
"babel-eslint": "^10.0.1",
"babel-preset-vue-app": "^2.0.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^3.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-vue": "^5.0.0",
"execa": "^1.0.0",
"fs-extra": "^7.0.1",
"husky": "^2.2.0",
"js-yaml": "^3.12.1",
"node-sass": "^4.9.3",
"prettier": "1.14.3",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"svg-to-vue-component": "^0.2.2",
"webpack-node-externals": "^1.7.2"
}
}