-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
119 lines (119 loc) · 3.86 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "slim-vue-app",
"version": "2.1.0",
"description": "An application that uses Slim and Vue (with Twig)",
"main": "index.js",
"scripts": {
"start": "npm run watch",
"test": "npm run test:php && npm run test:js",
"lint": "eslint . --fix",
"build": "webpack",
"watch": "webpack --watch",
"setup": "npm run setup:cli && npm run setup:js && npm run setup:php && npm run setup:routes",
"test:php": "./vendor/bin/phpunit --testdox",
"test:js": "npm run test:unit:js && npm run test:e2e",
"test:unit:js": "jest --colors",
"test:e2e": "cypress run",
"setup:routes": "source aliases.sh && pushd dev && ./dumpRouteLoader.sh && popd",
"setup:cli": "dbmate -h || go get -u github.com/amacneil/dbmate",
"setup:php": "composer update && composer dump-autoload",
"setup:js": "npm i && npm audit fix"
},
"author": "Voltra <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=10.13.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/parser": "7.7.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-do-expressions": "^7.10.4",
"@babel/plugin-proposal-function-bind": "^7.11.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/plugin-proposal-partial-application": "^7.10.5",
"@babel/plugin-proposal-pipeline-operator": "^7.10.5",
"@babel/plugin-proposal-throw-expressions": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/types": "^7.11.5",
"@cypress/webpack-preprocessor": "^5.4.5",
"@types/jest": "^26.0.13",
"@vue/babel-preset-jsx": "^1.1.2",
"@vue/test-utils": "^1.1.0",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"babel-plugin-jsx-v-model": "^2.0.3",
"babel-plugin-transform-jsx": "^2.0.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^5.0.2",
"copy-webpack-plugin": "^6.1.0",
"core-js": "^3.6.5",
"css-loader": "^4.3.0",
"css-mquery-packer": "^1.2.4",
"cssnano": "^4.1.10",
"cypress": "^5.1.0",
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"dotenv-safe": "^8.2.0",
"dotenv-webpack": "^2.0.0",
"eslint": "^7.8.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-rulesdir": "^0.1.0",
"eslint-rule-composer": "^0.3.0",
"favicons-webpack-plugin": "^4.2.0",
"file-loader": "^6.1.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"img-loader": "^3.0.1",
"jest": "^26.4.2",
"mini-css-extract-plugin": "^0.11.1",
"node-sass": "^4.14.1",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^4.0.1",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^10.0.2",
"script-loader": "^0.7.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"vue-jest": "^3.0.6",
"vue-loader": "^15.9.3",
"vue-mq": "^1.0.1",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-external-svg-sprite": "^1.0.0",
"webpack-manifest-plugin": "^2.2.0",
"webpack-progress-bar": "^1.2.1"
},
"dependencies": {
"@voltra/json": "^3.0.1",
"color-hash": "^1.0.3",
"compary": "^0.1.0",
"db.js": "^0.15.0",
"hamburgers": "^1.1.3",
"sass-mq": "^5.0.1",
"sequency": "^0.19.2",
"spinner-lord": "^0.2.6",
"store": "^2.0.12",
"vanilla_flash": "^2.0.1",
"vue": "^2.6.12",
"vue-router": "^3.4.3",
"vue-routisan": "^2.1.4",
"vue-types": "^2.0.1",
"vuex": "^3.5.1",
"vuex-pathify": "^1.4.1",
"vuex-router-sync": "^5.0.0"
}
}