-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.33 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": "aman-portfolio",
"version": "0.2.0",
"description": "Aman Bhimani's portfolio hosted on amanbhimani.com",
"author": "Aman Bhimani <[email protected]>",
"private": true,
"scripts": {
"dev": "npm run generate-content && nuxt --port 3002",
"build": "npm run generate-content && nuxt build",
"start": "npm run generate-content && nuxt build && nuxt start",
"generate": "npm run generate-content && nuxt generate",
"generate-content": "node requests/index.js",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/axios": "^5.9.7",
"@nuxtjs/markdownit": "^1.2.9",
"ajv": "^6.12.0",
"axios": "^0.18.1",
"cheerio": "^1.0.0-rc.2",
"express": "^4.17.1",
"fast-xml-parser": "^3.16.0",
"lodash.unescape": "^4.0.1",
"nuxt": "^2.12.2",
"rss-to-json": "^1.1.2",
"vue-scrollto": "^2.17.1",
"xmldom": "^0.1.31",
"yamljs": "^0.3.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.5.1",
"eslint": "^4.15.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"node-sass": "^4.13.1",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.3.1"
}
}