-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.31 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
{
"name": "vuemmerce",
"version": "0.9.5",
"description": "Responsive ecommerce template built with Vue.js and Nuxt.js",
"author": "ivan lori <[email protected]>",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"now-build": "nuxt generate"
},
"repository": {
"type": "git",
"url": "https://github.com/ivanlori/Vuemmerce.git"
},
"keywords": [
"css",
"js",
"html",
"template",
"ecommerce",
"vuejs",
"theme",
"responsive",
"nuxtjs"
],
"license": "MIT",
"dependencies": {
"@nuxtjs/font-awesome": "^1.0.4",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"bulma": "^0.9.1",
"nuxt": "^2.8.1",
"vue": "^2.6.10",
"vue-router": "^3.1.5",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/preset-env": "~7.12.1",
"@vue/cli-plugin-babel": "~4.5.8",
"@vue/cli-service": "~4.5.8",
"babel-plugin-transform-runtime": "~6.23.0",
"node-sass": "^4.13.1",
"sass-loader": "~10.0.4",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": "plugin:vue/essential",
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}