-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.48 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
{
"name": "@mezereon/bigcommerce-stencil-roots",
"repository": {
"type": "git",
"url": "git+https://github.com/mezereon-co/bigcommerce-stencil-roots"
},
"version": "1.0.2",
"description": "UI Components for BigCommerce Roots Theme",
"author": "Mezereon Inc.",
"license": "MIT",
"keywords": [
"vue",
"search",
"bigcommerce",
"roots",
"mezereon"
],
"scripts": {
"dev": "vue-cli-service serve",
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --report --target lib --formats umd-min --name ui-components ./src/index.js",
"lint": "vue-cli-service lint"
},
"files": [
"dist/*",
"src/*",
"LICENSE.md",
"README.md",
"vue.config.js",
"babel.config.js",
"package.json"
],
"dependencies": {
"vue": "^2.7.16",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.28.0",
"node-sass": "^8.0.0",
"sass-loader": "^13.3.3",
"vue-template-compiler": "^2.7.16"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"main": "./dist/ui-components.umd.min.js"
}