This repository has been archived by the owner on Aug 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.63 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": "when",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"start": "node ./server/index.js",
"start:dev": "nodemon ./server/index.js --ignore src",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:server": "vue-cli-service lint server",
"lint:fix": "vue-cli-service lint --fix",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.7",
"bulma": "^0.8.2",
"dotenv": "^8.2.0",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1",
"koa-json": "^2.0.2",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"r2": "^2.0.1",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-meta": "^2.3.3",
"vue-router": "^3.1.3",
"vuex": "^3.1.1",
"vuex-persist": "^2.2.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-pwa": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^3.11.0",
"@vue/cli-service": "^4.3.1",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"dart-sass": "^1.25.0",
"envup": "^1.1.2",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^5.2.3",
"nodemon": "^2.0.2",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
}
}