This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.35 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
{
"private": true,
"name": "phpunitgen-webapp",
"repository": "https://github.com/paul-thebaud/phpunitgen-webapp.git",
"author": "Paul Thébaud <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "mix",
"watch": "mix watch",
"hot": "mix watch --hot",
"prod": "mix --production",
"analyze": "cross-env ANALYZE=true mix --production",
"build": "yarn run prod",
"lint": "node_modules/eslint/bin/eslint.js --ext .js,.vue,.ts resources/ts"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.20",
"@fortawesome/free-regular-svg-icons": "^5.10.0",
"@fortawesome/free-solid-svg-icons": "^5.10.0",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@types/js-cookie": "^2.2.5",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.merge": "^4.6.7",
"@types/vue-clickaway": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"@vue/eslint-config-typescript": "^5.0.0",
"autoprefixer": "^9.7.2",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0",
"codemirror": "^5.49.2",
"cross-env": "^7.0.2",
"docsify": "^4.9.4",
"docsify-copy-code": "^2.1.0",
"docsify-edit-on-github": "^1.0.3",
"docsify-pagination": "^2.5.0",
"eslint": "^6.6.0",
"eslint-plugin-vue": "^6.0.1",
"inversify": "^5.0.1",
"js-cookie": "^2.2.1",
"laravel-mix": "^6.0.39",
"laravel-mix-svg-vue": "^0.4.1",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"reflect-metadata": "^0.1.13",
"resolve-url-loader": "3.1.0",
"sass": "~1.32.0",
"sass-loader": "^8.0.0",
"ts-loader": "^6.2.1",
"typescript": "^3.0.0",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-clickaway": "^2.2.2",
"vue-clipboard2": "^0.3.1",
"vue-codemirror": "^4.0.6",
"vue-gtag": "^1.1.0",
"vue-i18n": "^8.14.0",
"vue-loader": "^15.9.8",
"vue-property-decorator": "^9.0.0",
"vue-radial-progress": "^0.3.2",
"vue-router": "^3.0.7",
"vue-scrollto": "^2.17.1",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.2",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^1.0.1",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-chunk-rename-plugin": "^1.0.3",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {}
}