-
Notifications
You must be signed in to change notification settings - Fork 214
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 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": "vuemmerce",
"version": "1.1.1",
"description": "Ecommerce template built with Vue.js and Nuxt.js",
"author": "ivan lori <ivan.lori@protonmail.com>",
"scripts": {
"dev": "nuxt",
"build": "nuxt generate"
},
"repository": {
"type": "git",
"url": "/~https://github.com/ivanlori/Vuemmerce.git"
},
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"nuxt": "^2.15.8",
"vue": "^2.6.14",
"vue-router": "^3.5.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@nuxt/postcss8": "^1.1.3",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-service": "^4.5.13",
"autoprefixer": "^10.4.20",
"babel-plugin-transform-runtime": "~6.23.0",
"css-loader": "^6.7.1",
"node-sass": "^7.0.1",
"nuxt-purgecss": "^1.0.0",
"postcss": "^8.4.13",
"sass": "^1.51.0",
"sass-loader": "^10",
"tailwindcss": "^3.0.24",
"vue-template-compiler": "^2.6.14"
},
"engines": {
"node": "16.x"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}