-
Notifications
You must be signed in to change notification settings - Fork 214
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.07 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.07 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
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
{
"name": "pwa-kit-dev",
"version": "2.9.0-preview.0",
"description": "Build tools for pwa-kit",
"repository": {
"type": "git",
"url": "git+https://github.com/SalesforceCommerceCloud/pwa-kit.git"
},
"homepage": "https://github.com/SalesforceCommerceCloud/pwa-kit/tree/develop/packages/pwa-kit-dev#readme",
"bugs": {
"url": "https://github.com/SalesforceCommerceCloud/pwa-kit/issues"
},
"license": "SEE LICENSE IN LICENSE",
"author": "cc-pwa-kit@salesforce.com",
"bin": {
"pwa-kit-dev": "bin/pwa-kit-dev.js"
},
"files": [
"bin",
"LICENSE",
"scripts",
"ssr",
"utils",
"configs"
],
"scripts": {
"format": "internal-lib-build format \"**/*.{js,jsx}\"",
"lint": "npm run lint:js",
"lint:fix": "npm run lint:js -- --fix",
"lint:js": "internal-lib-build lint .",
"prepare": "npm run build",
"build": "cross-env NODE_ENV=production internal-lib-build build",
"build:watch": "watch 'npm run build' src/ bin/",
"test": "internal-lib-build test",
"version": "node ./scripts/version.js"
},
"dependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.21.3",
"@babel/node": "^7.22.5",
"@babel/parser": "^7.21.3",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-async-to-generator": "^7.20.7",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@babel/register": "^7.21.0",
"@babel/runtime": "^7.21.0",
"@babel/runtime-corejs2": "^7.21.0",
"@babel/traverse": "^7.23.2",
"@loadable/babel-plugin": "^5.15.3",
"@loadable/server": "^5.15.3",
"@loadable/webpack-plugin": "^5.15.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"archiver": "1.3.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.3.0",
"babel-plugin-dynamic-import-node-babel-7": "^2.0.7",
"babel-plugin-formatjs": "10.4.0",
"chalk": "^4.1.2",
"commander": "^9.5.0",
"compression": "1.7.4",
"copy-webpack-plugin": "^9.1.0",
"cross-env": "^5.2.1",
"eslint": "7.32.0",
"eslint-config-prettier": "4.3.0",
"eslint-import-resolver-webpack": "0.13.2",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "^7.32.2",
"express": "^4.19.2",
"fs-extra": "^10.1.0",
"git-rev-sync": "^3.0.2",
"glob": "7.2.3",
"ignore-loader": "^0.1.2",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"jest-environment-jsdom": "^26.6.2",
"jest-environment-jsdom-global": "^2.0.4",
"jest-expect-message": "1.1.3",
"jest-fetch-mock": "^2.1.2",
"mime-types": "2.1.35",
"minimatch": "3.1.2",
"open": "^8.4.2",
"prettier": "^2.8.6",
"pwa-kit-runtime": "^2.9.0-preview.0",
"react-refresh": "^0.14.0",
"replace-in-file": "^6.3.5",
"request": "^2.88.0",
"require-from-string": "^2.0.2",
"rimraf": "2.7.1",
"speed-measure-webpack-plugin": "^1.5.0",
"svg-sprite-loader": "^6.0.11",
"validator": "^13.9.0",
"watch": "1.0.2",
"webpack": "^5.76.3",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^4.10.0",
"webpack-dev-middleware": "^5.3.3",
"webpack-hot-middleware": "^2.25.3",
"webpack-hot-server-middleware": "^0.6.1",
"webpack-notifier": "^1.15.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@loadable/component": "^5.15.3",
"internal-lib-build": "^2.9.0-preview.0",
"nock": "^13.3.0",
"superagent": "^6.1.0",
"supertest": "^4.0.2"
},
"peerDependencies": {
"@loadable/component": "^5.15.0"
},
"engines": {
"node": "^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0",
"npm": "^6.14.4 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
},
"publishConfig": {
"directory": "dist"
}
}