-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
143 lines (143 loc) · 5.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
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
{
"name": "@lastui/rocker",
"version": "0.19.38",
"license": "Apache-2.0",
"author": "[email protected]",
"homepage": "https://github.com/lastui/rocker#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/lastui/rocker.git"
},
"bugs": {
"url": "https://github.com/lastui/rocker/issues"
},
"bin": {
"rocker": "./cli/index.js"
},
"files": [
"babel/index.js",
"babel/plugins/RegisterModuleInjectBuildId.js",
"bootstrap/dll/bootstrap-dev-manifest.json",
"bootstrap/dll/bootstrap-prod-manifest.json",
"bootstrap/dll/bootstrap.dll.js",
"bootstrap/dll/bootstrap.dll.min.js",
"bootstrap/index.js",
"cli/commands/build.js",
"cli/commands/lint.js",
"cli/commands/start.js",
"cli/commands/test.js",
"cli/helpers/eslint.mjs",
"cli/helpers/io.mjs",
"cli/helpers/jest.mjs",
"cli/helpers/lint-stream.mjs",
"cli/helpers/prettier-package-json.mjs",
"cli/helpers/prettier.mjs",
"cli/helpers/shell.mjs",
"cli/helpers/stylelint.mjs",
"cli/helpers/webpack.mjs",
"cli/index.js",
"jest/__mocks__/platform.js",
"jest/helpers/platform.js",
"jest/index.js",
"jest/setupTests.js",
"jest/transform/css.js",
"jest/transform/file.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/index.js",
"webpack/config/dll/index.js",
"webpack/config/module/development.js",
"webpack/config/module/index.js",
"webpack/config/module/production.js",
"webpack/config/spa/development.js",
"webpack/config/spa/index.js",
"webpack/config/spa/production.js",
"webpack/internal/base.js",
"webpack/internal/build.js",
"webpack/internal/development.js",
"webpack/plugins/ModuleLocalesPlugin.js",
"webpack/plugins/NormalizedModuleIdPlugin.js",
"webpack/settings/index.js"
],
"scripts": {
"build": "npm run build:dependencies && npm run build:platform && npm run build:bootstrap",
"postbuild": "node ./dependencies/scripts/verify-dlls.mjs && node ./platform/scripts/verify-dlls.mjs && node ./bootstrap/scripts/verify-dlls.mjs",
"prebuild:bootstrap": "node ./bootstrap/scripts/link.mjs",
"build:bootstrap": "npm run build:bootstrap:dev && npm run build:bootstrap:prod",
"postbuild:bootstrap": "node ./bootstrap/scripts/unlink.mjs",
"build:bootstrap:dev": "node ./cli/index.js build --cwd=bootstrap --dev",
"build:bootstrap:prod": "node ./cli/index.js build --cwd=bootstrap",
"build:dependencies": "npm --prefix=dependencies run build",
"prebuild:platform": "node ./platform/scripts/link.mjs",
"build:platform": "npm run build:platform:dev && npm run build:platform:prod",
"postbuild:platform": "node ./platform/scripts/unlink.mjs",
"build:platform:dev": "node ./cli/index.js build --cwd=platform --dev",
"build:platform:prod": "node ./cli/index.js build --cwd=platform",
"lint": "node ./cli/index.js lint",
"test": "npm run test:platform && npm run test:bootstrap",
"test:bootstrap": "node ./cli/index.js test --cwd=bootstrap",
"test:platform": "node ./cli/index.js test --cwd=platform"
},
"dependencies": {
"@babel/core": "7.24.5",
"@babel/eslint-parser": "7.24.5",
"@babel/parser": "7.24.5",
"@babel/plugin-proposal-export-default-from": "7.24.1",
"@babel/plugin-proposal-throw-expressions": "7.24.1",
"@babel/plugin-transform-modules-commonjs": "7.24.1",
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@babel/register": "7.23.7",
"@linaria/core": "6.2.0",
"@linaria/logger": "5.0.0",
"@linaria/react": "6.2.1",
"@linaria/shaker": "5.0.3",
"@linaria/stylelint-config-standard-linaria": "6.2.0",
"@linaria/tags": "5.0.2",
"@linaria/utils": "5.0.2",
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.5",
"@testing-library/user-event": "14.5.2",
"@wyw-in-js/webpack-loader": "0.5.3",
"add-asset-html-webpack-plugin": "6.0.0",
"ansi-colors": "4.1.3",
"babel-loader": "9.1.3",
"buffer": "6.0.3",
"copy-webpack-plugin": "12.0.2",
"core-js": "3.37.0",
"css-loader": "7.1.1",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-plugin-import": "2.29.1",
"html-webpack-plugin": "5.6.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"json5-loader": "4.0.1",
"mini-css-extract-plugin": "2.9.0",
"path-browserify": "1.0.1",
"prettier": "3.2.5",
"prettier-package-json": "2.8.0",
"pretty-format": "29.7.0",
"redux-mock-store": "1.5.4",
"sass": "1.76.0",
"sass-loader": "14.2.1",
"source-map": "mozilla/source-map#master",
"style-loader": "4.0.0",
"stylelint": "16.4.0",
"terser-webpack-plugin": "5.3.10",
"util": "0.12.5",
"weak-napi": "2.0.2",
"webpack": "5.91.0",
"webpack-dev-server": "5.0.4",
"whatwg-fetch": "3.6.20",
"yargs": "17.7.2"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
}
}