-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.2 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
{
"name": "flattrack.io",
"version": "0.0.0",
"description": "FlatTrack website",
"author": "Caleb Woodbine <[email protected]>",
"private": true,
"scripts": {
"start": "vue-cli-service serve src/main.js",
"build": "vue-cli-service build --dest dist src/main.js",
"test:unit": "vue-cli-service test:unit --timeout 10000",
"test:e2e": "vue-cli-service test:e2e",
"test:e2e-backend": "ginkgo test/api/e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"axios": "^0.21.1",
"buefy": "^0.8.20",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-router": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-router": "^4.5.12",
"@vue/cli-plugin-typescript": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"typescript": "~3.5.3",
"vue-template-compiler": "^2.6.12"
}
}