-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.13 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.13 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
{
"scripts": {
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"test:watch": "{commandType} test -- --watch",
"test": "jest -c ./config/jest/jest.config.js",
"bundlesize": "bundlesize --config ./config/bundlesize.json",
"analyze": "cross-env ANALYZE=true && {commandType} build",
"perf": "docker-compose -f ./config/performance/sitespeed-compose.yml run sitespeed.io --config sitespeed.config.json --budget.configPath sitespeed.budget.config.json --graphite.host=graphite urls.txt"
},
"dependencies": {
"@xt-pagesource/micro-app-loader": "0.1.0",
"markdown-to-jsx": "^7.1.3",
"react": "{reactVersion}",
"react-dom": "{reactVersion}",
"themes": "{workspacePrefix}",
"services": "{workspacePrefix}",
"ui": "{workspacePrefix}"
},
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@testing-library/react": "12.1.1",
"@testing-library/react-hooks": "7.0.2",
"bundlesize": "0.18.1",
"cross-env": "7.0.3",
"lintconfig": "{workspacePrefix}",
"tsconfig": "{workspacePrefix}"
}
}