-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.14 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
{
"name": "lineageos-devices",
"version": "1.5.0",
"description": "My flawless Nuxt.js project",
"author": "Fabian Bucher",
"homepage": "https://github.com/bucherfa/lineageos-devices",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"deploy": "npm run generate:gh-pages && npm run push:gh-pages",
"update:data": "./setup/gatherData.sh",
"update:images": "node ./setup/generateImages.js",
"update:wiki": "./setup/lineageosWiki.sh",
"update": "npm run update:wiki && npm run update:images && npm run update:data"
},
"dependencies": {
"ajv": "^6.12.4",
"ant-design-vue": "^1.6.4",
"jimp": "^0.16.1",
"less": "^3.12.2",
"less-loader": "^6.2.0",
"node-fetch": "^2.6.1",
"nuxt": "^2.15.8",
"require-yml": "^2.0.0",
"worker-loader": "^2.0.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2"
}
}