-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.51 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
{
"name": "checkout",
"version": "2.3.0",
"description": "",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"scripts": {
"start": "concurrently -r \"webpack --watch\" \"ts-node-dev example/app\"",
"build": "tsc && webpack",
"lint": "eslint . --fix",
"test": "mocha -r ts-node/register --extension js,ts"
},
"author": "pqvst",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@types/body-parser": "^1.19.0",
"@types/debug": "^4.1.5",
"@types/express": "^4.17.8",
"@types/mocha": "^8.0.3",
"@types/morgan": "^1.9.1",
"@types/node": "^14.6.4",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"concurrently": "^5.3.0",
"core-js": "^3.5.0",
"css-loader": "^5.0.1",
"dotenv": "^8.2.0",
"eslint": "^7.8.1",
"express": "^4.17.1",
"mocha": "^8.1.3",
"moment": "^2.27.0",
"morgan": "^1.9.1",
"nodemon": "^2.0.4",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^4.0.0",
"regenerator-runtime": "^0.13.7",
"stripe": "^8.92.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.3",
"ts-node": "^9.0.0",
"ts-node-dev": "^1.0.0-pre.62",
"typescript": "^4.0.2",
"vue": "^2.6.12",
"webpack": "^5.12.2",
"webpack-cli": "^4.3.1"
},
"dependencies": {},
"peerDependencies": {
"stripe": "^8.50.0"
}
}