-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 874 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 874 Bytes
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
{
"name": "vue-shortener",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"express": "4.16.3",
"vue": "2.5.17",
"@vue/cli-service": "4.4.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.4.4",
"@vue/cli-plugin-unit-mocha": "4.4.4",
"@vue/test-utils": "1.0.0-beta.25",
"axios": "0.18.1",
"chai": "4.2.0",
"coffee-loader": "0.9.0",
"coffeescript": "2.3.2",
"stylus": "0.54.5",
"stylus-loader": "3.0.2",
"sugarss": "2.0.0",
"vue-cli-plugin-coffee": "0.1.0",
"vue-cli-plugin-pug": "1.0.7",
"vue-cli-plugin-sugarss": "0.1.13",
"vue-template-compiler": "2.5.17"
}
}