-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.91 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
{
"name": "open-campus.org",
"version": "1.1.0",
"private": true,
"description": "The Labspace is a citizen initiative from Neuchâtel that aims to unite innovators, inventors and startups in order to develop and design innovative projects together.",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build && node script/webmanifest.js && echo www.open-campus.org > dist/CNAME",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup",
"start": "vue-cli-service serve --open"
},
"dependencies": {
"@vue/cli": "^4.5.13",
"core-js": "^3.8.3",
"mdb-vue-ui-kit": "^1.0.0-beta7",
"register-service-worker": "^1.7.2",
"vanta": "^0.5.21",
"vue": "^3.2.0-beta.8"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@hint/configuration-progressive-web-apps": "^7.0.11",
"@types/jest": "^26.0.24",
"@types/node-fetch": "^3.0.3",
"@types/node-sass": "^4.11.2",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"@vue/cli-plugin-babel": "~5.0.0-beta.3",
"@vue/cli-plugin-eslint": "~5.0.0-beta.3",
"@vue/cli-plugin-pwa": "~5.0.0-beta.3",
"@vue/cli-plugin-typescript": "~5.0.0-beta.3",
"@vue/cli-plugin-unit-jest": "^5.0.0-beta.3",
"@vue/cli-service": "~5.0.0-beta.3",
"@vue/compiler-sfc": "^3.0.4",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^2.0.0-rc.12",
"eslint": "^7.20.0",
"eslint-plugin-vue": "^7.2.0",
"hint": "^6.1.4",
"lint-staged": "^10.5.4",
"node-sass": "^6.0.1",
"push-dir": "^0.4.1",
"sass": "^1.32.7",
"sass-loader": "^11.0.1",
"typescript": "~4.1.5",
"vue-cli-plugin-mdb5": "~1.2.0",
"vue-jest": "^5.0.0-alpha.10"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"short_name": "OpenCampusOrg"
}