-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
106 lines (106 loc) · 3.09 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
{
"name": "void-ui-monorepo",
"version": "0.8.3",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dep": "yarn ts scripts/dependencies.ts",
"ts": "ts-node -r tsconfig-paths/register -P scripts/tsconfig.json"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-brands-svg-icons": "^5.7.2",
"@fortawesome/free-regular-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/vue-fontawesome": "^0.1.5",
"@huiji/graphql-tools": "^0.3.4",
"@huiji/shared-utils": "^1.1.0",
"@huiji/tslint-rules": "^2.0.2",
"@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/execa": "^0.9.0",
"@types/express": "^4.16.1",
"@types/globby": "^8.0.0",
"@types/jest": "23.3.14",
"@types/js-yaml": "^3.12.0",
"@types/json5": "^0.0.30",
"@types/lru-cache": "^4.1.1",
"@types/mkdirp": "^0.5.2",
"@types/ncp": "^2.0.1",
"@types/node": "^10.12.26",
"@types/prettier": "^1.16.1",
"@types/rimraf": "^2.0.2",
"@types/serve-favicon": "^2.2.30",
"@types/webpack": "^4.4.24",
"@types/webpack-chain": "^5.0.1",
"@types/ws": "^6.0.1",
"@vue/cli-plugin-babel": "^3.4.1",
"@vue/cli-plugin-e2e-nightwatch": "^3.4.1",
"@vue/cli-plugin-pwa": "^3.4.1",
"@vue/cli-plugin-typescript": "^3.4.1",
"@vue/cli-plugin-unit-jest": "^3.4.1",
"@vue/cli-service": "^3.4.1",
"@vue/test-utils": "^1.0.0-beta.29",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"chalk": "^2.4.2",
"compression": "^1.7.3",
"cross-env": "^5.2.0",
"dateformat": "^3.0.3",
"dotenv": "^6.2.0",
"execa": "^1.0.0",
"express": "^4.16.4",
"fibers": "^3.1.1",
"globby": "^9.0.0",
"jest": "23.6.0",
"js-yaml": "^3.12.1",
"json5": "^2.1.0",
"lerna": "^3.13.0",
"lru-cache": "^5.1.1",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"nodemon": "^1.18.10",
"pm2": "^3.3.1",
"prettier": "^1.16.4",
"raw-loader": "^1.0.0",
"register-service-worker": "^1.6.2",
"rimraf": "^2.6.3",
"rxjs": "^6.4.0",
"sass": "^1.17.1",
"sass-loader": "^7.1.0",
"serialize-javascript": "^1.6.1",
"serve-favicon": "^2.5.0",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.5.3",
"ts-jest": "^23.10.5",
"ts-node": "^8.0.2",
"tsconfig-paths": "^3.8.0",
"tslib": "^1.9.3",
"tslint": "^5.12.1",
"typescript": "^3.3.3333",
"vue": "^2.6.7",
"vue-class-component": "^6.3.2",
"vue-property-decorator": "^7.3.0",
"vue-router": "^3.0.2",
"vue-server-renderer": "^2.6.7",
"vue-template-compiler": "^2.6.7",
"vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0",
"webpack": "^4.29.5",
"webpack-chain": "^5.2.0",
"webpack-cli": "^3.2.3",
"webpack-node-externals": "^1.7.2",
"ws": "^6.1.4"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.5.0",
"yarn": ">= 1.12.3"
}
}