-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
39
{
"name": "squaredlabs",
"version": "1.0.0",
"description": "The official team website (in development)",
"author": "squredlabs",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"test-directus": "node directus.js",
"generate": "nuxt generate",
"clean": "rm logs/*; rm -rf dist/;rm -rf ./.nuxt",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ./",
"lint-fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ./"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.10.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.7.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.7.1"
},
"dependencies": {
"es6-promise": "^4.2.5",
"image-downloader": "^3.4.2",
"isomorphic-fetch": "^2.2.1",
"node-sass": "^4.11.0",
"npm": "^6.14.6",
"nuxt": "^1.4.5",
"sass-loader": "^7.1.0",
"vue-resource": "^1.5.1"
}
}