-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 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
{
"name": "fluidpay-tokenizer",
"version": "1.15.0",
"main": "dist/tokenizer.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"repository": "https://github.com/fluidpay/fluidpay-tokenizer",
"scripts": {
"dev": "npm run serve",
"serve": "vue-cli-service serve --port=8081",
"library": "cd src/tokenizer && webpack",
"docs": "vue-cli-service build",
"build": "npm run docs && npm run library",
"lint": "vue-cli-service lint"
},
"devDependencies": {
"@types/applepayjs": "^14.0.8",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.3.4",
"@vue/eslint-config-typescript": "^11.0.3",
"ajv": "^8.12.0",
"eslint": "^8.48.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"prismjs": "^1.29.0",
"sass": "^1.69.7",
"sass-loader": "^13.3.3",
"typescript": "^5.3.3",
"vue": "^3.4.4",
"vue-router": "^4.2.5",
"vue-template-compiler": "^2.7.16",
"webpack-cli": "^5.1.4"
}
}