This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
159 lines (159 loc) · 4.23 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "ream",
"version": "0.0.0-managed-by-semantic-release",
"description": "Framework for building unversal web apps.",
"repository": {
"url": "https://github.com/ream/ream.git",
"type": "git"
},
"bin": "bin/cli.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "npm run lint && npm run tap",
"tap": "tap --jobs-auto '{{lib,test}/**/*.test.js,examples/*/*.test.js}'",
"lint": "xo",
"postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mLove Ream? You can now donate to support the author:\\u001b[22m\\u001b[39m\\n> \\u001b[34mhttps://patreon.com/egoist\\u001b[0m')\""
},
"files": [
"lib",
"bin",
"app",
"webpack.config.js",
"!**/__test__/**",
"!**/*.test.js"
],
"engines": {
"node": ">=8",
"npm": ">=5"
},
"author": "egoist <0x142857@gmail.com>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.0.0-beta.47",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.47",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.47",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.47",
"@babel/plugin-syntax-jsx": "^7.0.0-beta.47",
"@babel/plugin-transform-runtime": "^7.0.0-beta.47",
"@babel/preset-env": "^7.0.0-beta.47",
"@babel/runtime": "^7.0.0-beta.47",
"@types/express": "^4.16.0",
"@types/webpack": "^4.4.20",
"@types/webpack-chain": "^4.8.0",
"async-to-gen": "^1.4.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.0-beta.3",
"babel-plugin-transform-vue-jsx": "^4.0.0",
"babel-plugin-webpack-chunkname": "^1.2.0",
"cac": "^4.4.1",
"chalk": "^2.3.1",
"chokidar": "^2.0.3",
"compression": "^1.7.2",
"css-loader": "^1.0.0",
"express": "^4.16.3",
"file-loader": "^1.1.6",
"fs-extra": "^6.0.0",
"hash-sum": "^1.0.2",
"html-minifier": "^4.0.0",
"internal-ip": "^3.0.1",
"joi": "^13.6.0",
"joycon": "^1.0.4",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.1",
"lodash.sortby": "^4.7.0",
"log-update": "^2.3.0",
"mini-css-extract-plugin": "^0.4.1",
"object-assign": "^4.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"postcss-loader": "^3.0.0",
"promise-mutex": "^0.1.1",
"promise-polyfill": "^7.1.2",
"register-service-worker": "^1.2.0",
"serialize-javascript": "^1.4.0",
"serve-static": "^1.13.2",
"terser-webpack-plugin": "^1.1.0",
"time-fix-plugin": "^2.0.4",
"url-loader": "^1.1.0",
"vue": "^2.5.16",
"vue-loader": "^15.0.11",
"vue-meta": "^1.5.2",
"vue-router": "^3.0.1",
"vue-server-renderer": "^2.5.16",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.26.1",
"webpack-chain": "^4.8.0",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2",
"webpack-node-externals": "^1.7.2",
"webpackbar": "^2.6.1",
"workbox-build": "^3.2.0"
},
"xo": {
"extends": [
"rem",
"plugin:prettier/recommended"
],
"rules": {
"unicorn/filename-case": "off",
"import/prefer-default-export": "off",
"unicorn/no-abusive-eslint-disable": "off",
"prefer-destructuring": "off"
},
"globals": [
"__DEV__"
],
"ignores": [
"**/examples/**",
"tap-snapshots/**"
]
},
"keywords": [
"ssr",
"vue",
"universal",
"static",
"nuxt",
"next",
"ream",
"server-side",
"framework"
],
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"axios": "^0.18.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-rem": "^4.0.0",
"eslint-plugin-prettier": "^2.6.0",
"husky": "^1.3.1",
"lerna": "^2.11.0",
"lint-staged": "^8.1.0",
"prettier": "^1.12.1",
"puppeteer": "^1.9.0",
"semantic-release": "^15.9.17",
"tap": "^13.1.6",
"vuex": "^3.0.1",
"xo": "^0.20.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"linters": {
"*.js": [
"xo --fix",
"git add"
]
},
"relative": true
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}