-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "quadratik",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uav4geo/quadratik.git"
},
"author": "Piero Toffanin",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/uav4geo/quadratik/issues"
},
"homepage": "https://github.com/uav4geo/quadratik#readme",
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.9.6",
"@babel/runtime": "^7.10.2",
"@stripe/stripe-js": "^1.5.0",
"@vue/devtools": "^5.3.3",
"babel-loader": "^8.1.0",
"better-sqlite3": "^7.0.1",
"body-parser": "^1.19.0",
"clipboard-copy": "^3.1.0",
"css-loader": "^3.5.3",
"express": "^4.17.1",
"file-loader": "^6.0.0",
"greenlock-express": "^4.0.3",
"manifest-revision-webpack-plugin": "^0.4.1",
"markdown-it": "^11.0.0",
"minimist": "^1.2.5",
"node-sass": "^4.14.1",
"sass-loader": "7.3.1",
"stripe": "^8.56.0",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"uuid": "^8.1.0",
"vue-loader": "^15.9.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-livereload-plugin": "^2.3.0"
}
}