-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.8 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 2.8 KB
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
{
"name": "@nut-project/driver-pages",
"version": "1.0.0-alpha.6",
"description": "A framework born for micro frontends",
"keywords": [
"architecture",
"cli",
"frontend",
"hmr",
"micro",
"microfrontends",
"spa",
"static site generator"
],
"homepage": "http://nut.js.org",
"bugs": {
"url": "https://github.com/nut-project/nut/issues/new/choose"
},
"repository": "https://github.com/nut-project/nut/tree/master/packages/gatherer",
"license": "MIT",
"author": {
"name": "fengzilong",
"email": "fengzilong1992@gmail.com",
"url": "https://github.com/fengzilong"
},
"files": [
"bin",
"lib",
"yarn.lock",
"README.md"
],
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "cp ../../README.md ./README.md"
},
"dependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.6.2",
"@nut-project/dev-utils": "^1.0.0-alpha.4",
"@nut-project/mini-css-extract": "^1.0.0-alpha.4",
"@nut-project/webpack": "^1.0.0-alpha.5",
"@nut-project/webpack-virtual-modules": "^1.0.0-alpha.4",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.0",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"cache-loader": "^4.1.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chokidar": "^3.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"exit": "^0.1.2",
"file-loader": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^1.5.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"globby": "^10.0.1",
"html-webpack-plugin": "^3.2.0",
"import-fresh": "^3.1.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss": "^7.0.21",
"postcss-loader": "^3.0.0",
"pretty-bytes": "^5.2.0",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^3.1.0",
"readline": "^1.3.0",
"resolve-from": "^5.0.0",
"sass": "^1.23.3",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"tapable": "^1.1.3",
"terser-webpack-plugin": "^2.1.0",
"thread-loader": "^2.1.3",
"tildify": "^2.0.0",
"ts-loader": "^6.1.2",
"tslint": "^5.18.0",
"typescript": "^3.6.3",
"url-loader": "^2.1.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.6.0",
"webpackbar": "^4.0.0",
"why-is-node-running": "^2.1.0"
},
"engines": {
"node": ">=8.9.0"
},
"publishConfig": {
"access": "public"
}
}