This repository was archived by the owner on Nov 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.44 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.44 KB
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": "uriteller",
"version": "0.2.11",
"private": true,
"license": "MIT",
"dependencies": {
"@google-cloud/datastore": "^1.1.0",
"@google-cloud/debug-agent": "^2.1.3",
"@google-cloud/error-reporting": "^0.2.1",
"@google-cloud/pubsub": "^0.13.1",
"@google-cloud/trace-agent": "^2.1.3",
"compression": "^1.7.2",
"express": "^4.16.3",
"express-static-gzip": "^0.3.2",
"helmet": "^3.12.0",
"ip-address": "^5.8.9",
"request": "^2.85.0",
"serialize-javascript": "^1.4.0",
"vue-server-renderer": "^2.5.16"
},
"scripts": {
"start": "node src/backend/${SCRIPT:-app.js}",
"lint": "eslint --ignore-path=.gitignore --ext=.js,.vue .",
"dev": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"bootstrap": "4.0.0-alpha.6",
"compression-webpack-plugin": "^1.1.11",
"css-loader": "^0.28.11",
"eslint": "^4.5.0",
"eslint-plugin-vue": "^2.1.0",
"file-loader": "^1.1.11",
"mini-css-extract-plugin": "^0.2.0",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.7",
"vue": "^2.5.16",
"vue-loader": "^14.2.1",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.12",
"webpack-merge": "^4.1.2"
}
}