-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
47 lines (47 loc) · 1.37 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
{
"name": "nuxt-loopback",
"version": "1.0.0",
"description": "Nuxt.js + Loopback template",
"author": "Yasser Lahbibi <yasser.lahbibi@hotmail.com>",
"private": true,
"scripts": {
"dev": "backpack dev",
"build": "nuxt build && backpack build",
"start": "cross-env NODE_ENV=production node build/main.js",
"precommit": "npm run lint",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^3.1.4",
"@nuxtjs/bulma": "^1.0.2",
"@nuxtjs/font-awesome": "^1.0.2",
"compression": "^1.0.3",
"cookie-parser": "^1.4.3",
"cors": "^2.5.2",
"cross-env": "^5.0.1",
"express": "^4.15.3",
"feathers-hooks": "^2.0.2",
"helmet": "^1.3.0",
"http": "^0.0.0",
"loopback": "^3.11.1",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^4.0.0",
"node-sass": "^4.5.3",
"nuxt": "^1.0.0-rc3",
"sass-loader": "^6.0.6",
"source-map-support": "^0.4.15",
"strong-error-handler": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"backpack-core": "^0.4.1",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}