-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
{
"name": "@esamani77/persian-input-number",
"version": "1.0.3",
"author": "esamani77",
"scripts": {
"dev": "vite",
"build": "webpack --config config/webpack.config.js",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"vue": "^3.2.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.2",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"babel-preset-env": "^1.7.0",
"cross-env": "^7.0.3",
"css-loader": "^6.6.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"file-loader": "^6.2.0",
"node-sass": "^7.0.1",
"sass-loader": "^12.6.0",
"vite": "^2.8.4",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"description": "This is a input that only accepts numbers You can type in persian and English language in this input and use all vue and nuxt features to use a input.",
"main": "vite.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/esamani77/persian-input-number.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/esamani77/persian-input-number/issues"
},
"homepage": "https://github.com/esamani77/persian-input-number#readme",
"keywords": [
"persian",
"number",
"vue"
]
}