forked from lastui/rocker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.43 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
{
"name": "@lastui/rocker",
"version": "0.4.41",
"scripts": {
"build": "npm run build:dependencies && npm run build:platform && npm run build:runtime",
"build:dependencies": "cd dependencies && npm run build",
"build:platform": "cd platform && npm run build",
"build:runtime": "cd runtime && npm run build"
},
"files": [
"package-lock.json",
"package.json",
"bin/webpack.js",
"webpack/config/dll.js",
"webpack/config/module.js",
"webpack/config/module.development.js",
"webpack/config/module.production.js",
"webpack/config/spa.js",
"webpack/config/spa.development.js",
"webpack/config/spa.production.js",
"webpack/internal/base.js",
"webpack/internal/build.js",
"webpack/internal/development.js",
"webpack/settings/index.js",
"webpack/plugins/ModuleLocalesPlugin.js",
"dependencies/index.js",
"dependencies/dll/dependencies-dev-manifest.json",
"dependencies/dll/dependencies-prod-manifest.json",
"dependencies/dll/dependencies.dll.js",
"dependencies/dll/dependencies.dll.min.js",
"dependencies/dll/LICENSE.txt",
"platform/index.js",
"platform/dll/platform-dev-manifest.json",
"platform/dll/platform-prod-manifest.json",
"platform/dll/platform.dll.js",
"platform/dll/platform.dll.min.js",
"platform/dll/LICENSE.txt",
"runtime/index.js",
"runtime/dll/runtime-dev-manifest.json",
"runtime/dll/runtime-prod-manifest.json",
"runtime/dll/runtime.dll.js",
"runtime/dll/runtime.dll.min.js",
"runtime/dll/LICENSE.txt"
],
"dependencies": {
"@lastui/babylon": "1.1.19",
"@linaria/webpack-loader": "3.0.0-beta.7",
"add-asset-html-webpack-plugin": "3.2.0",
"clean-webpack-plugin": "3.0.0",
"core-js": "3.16.1",
"css-loader": "6.2.0",
"dotenv": "10.0.0",
"html-webpack-plugin": "5.3.2",
"mini-css-extract-plugin": "2.2.0",
"path-browserify": "1.0.1",
"redux-devtools-extension": "2.13.9",
"sass": "1.37.5",
"sass-loader": "12.1.0",
"style-loader": "3.2.1",
"terser-webpack-plugin": "5.1.4",
"webpack": "5.50.0",
"webpack-nano": "1.1.1",
"webpack-plugin-serve": "1.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lastui/rocker.git"
},
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lastui/rocker/issues"
},
"homepage": "https://github.com/lastui/rocker#readme"
}