-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.56 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": "phonon-site",
"version": "1.0.2",
"description": "Site and documentation for Phonon v2",
"author": "qathom",
"license": "MIT",
"bugs": {
"url": "https://github.com/phonon-framework/phonon-framework.github.io/issues"
},
"homepage": "https://phonon-framework.github.io",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"generate:markdown": "node ./bin/markdown",
"deploy": "npm run generate && push-dir --dir=dist --branch=master --cleanup"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/markdownit": "^1.2.5",
"@nuxtjs/robots": "^2.2.0",
"@nuxtjs/sitemap": "^1.2.0",
"axios": "^0.19.0",
"clipboard": "^2.0.4",
"highlight.js": "^9.15.8",
"nuxt": "^2.8.1",
"nuxt-fontawesome": "^0.4.0",
"phonon": "^2.0.0-alpha.1",
"vue-scrollto": "^2.15.0"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-vue": "^5.2.3",
"html-loader": "^0.5.5",
"markdown-loader": "^5.0.0",
"node-sass": "^4.12.0",
"nodemon": "^1.19.1",
"push-dir": "^0.4.1",
"sass-loader": "^7.1.0"
}
}