-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.64 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": "monorepo",
"version": "0.1.0",
"private": true,
"workspaces": [
"*"
],
"scripts": {
"hash": "yarn ts scripts/hash.ts",
"ts": "ts-node -r tsconfig-paths/register -P scripts/tsconfig.json"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.4.4",
"@babel/runtime-corejs2": "^7.4.4",
"@huiji/eslint-config-typescript": "^0.1.0",
"@huiji/graphql-tools": "^0.3.4",
"@huiji/shared-utils": "^1.1.0",
"@huiji/vue-cli-plugin-markdown": "^1.0.4",
"@huiji/vue-cli-utils": "^0.1.1",
"@huiji/vue-locale": "^1.2.0",
"@types/compression": "^0.0.36",
"@types/dateformat": "^3.0.0",
"@types/dotenv": "^6.1.1",
"@types/execa": "^0.9.0",
"@types/express": "^4.16.1",
"@types/globby": "^8.0.0",
"@types/jest": "23.3.14",
"@types/js-yaml": "^3.12.1",
"@types/json5": "^0.0.30",
"@types/lru-cache": "^4.1.1",
"@types/mkdirp": "^0.5.2",
"@types/ncp": "^2.0.1",
"@types/node": "^10.14.6",
"@types/prettier": "^1.16.3",
"@types/puppeteer": "^1.12.4",
"@types/rimraf": "^2.0.2",
"@types/serve-favicon": "^2.2.30",
"@types/webpack": "^4.4.30",
"@types/webpack-chain": "^5.2.0",
"@types/ws": "^6.0.1",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.3",
"@vue/babel-preset-jsx": "^1.0.0-beta.3",
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-e2e-nightwatch": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-plugin-pwa": "^3.7.0",
"@vue/cli-plugin-typescript": "^3.7.0",
"@vue/cli-plugin-unit-jest": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"axios": "^0.21.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"cep.scss": "^1.1.1",
"chalk": "^2.4.2",
"compression": "^1.7.4",
"cross-env": "^5.2.0",
"dateformat": "^3.0.3",
"dotenv": "^6.2.0",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-vue": "^5.2.2",
"execa": "^1.0.0",
"express": "^4.16.4",
"globby": "^9.2.0",
"jest": "23.6.0",
"js-yaml": "^3.13.1",
"json5": "^2.1.0",
"lerna": "^3.13.4",
"lru-cache": "^5.1.1",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"nodemon": "^1.19.0",
"pm2": "^3.5.0",
"prettier": "^1.17.0",
"puppeteer": "1.13.0",
"raw-loader": "^1.0.0",
"register-service-worker": "^1.6.2",
"rimraf": "^2.6.3",
"rxjs": "^6.5.1",
"sass": "^1.20.1",
"sass-loader": "^7.1.0",
"serialize-javascript": "^1.7.0",
"serve-favicon": "^2.5.0",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.6.1",
"ts-jest": "^23.10.5",
"ts-node": "^8.0.3",
"tsconfig-paths": "^3.8.0",
"tslib": "^1.9.3",
"typescript": "^3.4.1",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^7.3.0",
"vue-router": "^3.0.2",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0",
"webpack": "^4.29.6",
"webpack-chain": "^5.2.3",
"webpack-cli": "^3.3.0",
"webpack-node-externals": "^1.7.2",
"ws": "^6.2.0"
}
}