-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 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
58
{
"name": "intervallo",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-dev": "vue-cli-service build --mode development",
"lint": "vue-cli-service lint",
"test": "mocha './tests/**/*.test.js'",
"server": "nodemon './server/server.js'"
},
"dependencies": {
"aws-sdk": "*",
"axios": "*",
"bootstrap-vue": "^2.17.3",
"chai": "*",
"chai-http": "*",
"compression": "*",
"cookie-session": "*",
"core-js": "^3.6.5",
"crypto-random-string": "^3.0.1",
"csurf": "*",
"express": "*",
"js-cookie": "*",
"mocha": "*",
"morgan": "*",
"path": "*",
"postgres": "*",
"referee-sinon": "*",
"sinon": "*",
"tone": "*",
"vue": "^2.6.11",
"vue-router": "^3.2.0"
},
"devDependencies": {
"@babel/polyfill": "^7.11.5",
"@types/js-cookie": "*",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"bootstrap": "^4.5.2",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"mutationobserver-shim": "^0.3.7",
"popper.js": "^1.16.1",
"portal-vue": "^2.1.7",
"prettier": "^2.2.1",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"vue-cli-plugin-bootstrap-vue": "*",
"vue-template-compiler": "^2.6.11"
}
}