-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.74 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
{
"name": "typescript-repro",
"private": false,
"repository": "frattaro/typescript-repro",
"scripts": {
"reset": "npx rimraf node_modules && npm ci",
"start": "webpack-dev-server"
},
"dependencies": {
"@sentry/webpack-plugin": "^1.6.2",
"aws-sdk": "^2.461.0",
"circular-dependency-plugin": "^5.0.2",
"clean-webpack-plugin": "^0.1.19",
"commander": "^2.20.0",
"csp-html-webpack-plugin": "^2.5.0",
"graphql-query-compress": "^1.2.1",
"hasha": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"klaw-sync": "^6.0.0",
"mime": "^2.4.3",
"mini-css-extract-plugin": "^0.4.5",
"minimatch": "^3.0.4",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"parent-package-json": "^2.0.1",
"request": "^2.88.0",
"simple-git": "^1.113.0",
"svg-sprite-loader": "^4.1.6",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-merge": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/node": "^7.2.2",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/runtime": "^7.4.4",
"@vue/test-utils": "^1.0.0-beta.28",
"ajv": "^6.9.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.5",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-preset-vue": "^2.0.2",
"caniuse-lite": "^1.0.30000974",
"clean-webpack-plugin": "3.0.0",
"cross-env": "^5.2.0",
"cross-fetch": "^3.0.3",
"css-loader": "^2.1.0",
"cypress": "^3.1.5",
"eslint": "^5.14.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-cypress": "^2.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"file-loader": "^3.0.1",
"flush-promises": "^1.0.2",
"jest": "24.x",
"jest-raw-loader": "1.0.1",
"lerna": "^3.13.4",
"nyc": "^14.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.5.0",
"raw-loader": "^2.0.0",
"start-server-and-test": "^1.9.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"svg-sprite-loader": "^4.1.6",
"url-loader": "^1.1.2",
"vue": "^2.6.9",
"vue-jest": "^3.0.4",
"vue-loader": "^15.7.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.6.9",
"vuetify": "^1.5.14",
"vuetify-loader": "^1.2.1",
"vuex": "^3.1.1",
"webpack": "4.x",
"webpack-cli": "3.x",
"webpack-dev-server": "3.x"
}
}