-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 2.17 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
{
"name": "larsenwork",
"version": "1.0.0",
"description": "My personal webiste",
"author": "larsenwork <[email protected]>",
"private": true,
"scripts": {
"dev": "cross-env HOST=0.0.0.0 PORT=3333 nuxt",
"build": "nuxt build",
"analyse": "nuxt build --analyze",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=master --cleanup",
"live": "npm run generate && npm run deploy",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"check": "prettier-eslint-check **/*.vue",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
"precommit": "npm run eslint-check && npm run lint"
},
"browserslist": [
"> 5%",
"last 1 versions"
],
"dependencies": {
"@nuxtjs/dotenv": "^1.1.1",
"eagle.js": "git+https://github.com/larsenwork/eagle.js.git",
"firebase": "^5.4.2",
"nuxt": "^1.4.2",
"prismjs": "^1.15.0",
"vue-prism-component": "^1.0.1",
"vuefire": "^1.4.5"
},
"devDependencies": {
"ajv": "^6.5.3",
"autoprefixer": "^9.1.3",
"babel-eslint": "^9.0.0",
"chroma-js": "^1.3.7",
"cross-env": "^5.2.0",
"easing-coordinates": "^2.0.0",
"eslint": "^5.5.0",
"eslint-config-prettier": "^3.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^4.7.1",
"husky": "^0.14.3",
"postcss-custom-media": "^6.0.0",
"postcss-easing-gradients": "^3.0.0",
"postcss-import": "^12.0.0",
"postcss-nesting": "^6.0.0",
"prettier": "^1.14.2",
"prettier-eslint": "^8.8.2",
"prettier-eslint-check": "^1.0.1",
"prettier-eslint-cli": "^4.7.1",
"push-dir": "^0.4.1",
"throttleit": "^1.0.0",
"vue-feather-icons": "^4.7.1",
"vue-lazyload": "^1.2.6",
"vue-slider-component": "^2.7.7",
"webpack-bundle-analyzer": "^2.13.1"
}
}