-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.42 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "fp-01",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"test": "peeky run",
"test:open": "peeky open"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^3.0.0-3",
"@hapi/bourne": "^2.0.0",
"core-js": "^3.11.2",
"domain-browser": "^1.2.0",
"js-reporters": "^2.0.0",
"monaco-editor": "^0.23.0",
"monaco-editor-webpack-plugin": "^3.0.1",
"register-service-worker": "^1.7.2",
"remarkable": "^2.0.1",
"stream-browserify": "^2.0.2",
"tap-console-parser": "^1.0.4",
"tap-parser": "^10.1.0",
"vue": "^3.0.4",
"vue-monaco": "^1.2.2",
"vue-router": "^4.0.3",
"vue-scrollto": "^2.20.0",
"vuex": "^4.0.0",
"zora": "^4.1.0",
"zora-tap-reporter": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.13.14",
"@vue/cli-plugin-babel": "~5.0.0-alpha.8",
"@vue/cli-plugin-e2e-cypress": "~5.0.0-alpha.8",
"@vue/cli-plugin-eslint": "~5.0.0-alpha.8",
"@vue/cli-plugin-pwa": "~5.0.0-alpha.8",
"@vue/cli-plugin-router": "~5.0.0-alpha.8",
"@vue/cli-plugin-unit-jest": "~5.0.0-alpha.8",
"@vue/cli-plugin-vuex": "~5.0.0-alpha.8",
"@vue/cli-service": "~5.0.0-alpha.8",
"@vue/compiler-sfc": "^3.0.11",
"@vue/eslint-config-standard": "^6.0.0",
"@vue/test-utils": "^2.0.0-rc.6",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"eslint": "^7.25.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^7.9.0",
"lint-staged": "^10.5.4",
"postcss": "^8.2.10",
"postcss-nesting": "^7.0.1",
"postcss-preset-env": "^6.7.0",
"qunit": "^2.15.0",
"raw-loader": "^4.0.2",
"tailwindcss": "^2.1.1",
"vue-jest": "^5.0.0-alpha.8",
"vue-template-compiler": "^2.6.12"
},
"_id": "fp-01@0.1.0",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
}
}