-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
154 lines (154 loc) · 5.96 KB
/
package.json
File metadata and controls
154 lines (154 loc) · 5.96 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "search",
"description": "Search",
"engines": {
"node": "24.13.0",
"npm": "11.6.2"
},
"homepage": "https://github.com/papillonbits/search#readme",
"repository": {
"type": "git",
"url": "https://github.com/papillonbits/search.git"
},
"author": {
"name": "MTS",
"url": "https://github.com/mts"
},
"scripts": {
"clean-up": "rm -rf node_modules package-lock.json .storybook-static .coverage && npm i lerna -S && lerna run clean-up --stream",
"install-packages": "npm install && lerna run install-packages --stream",
"install-papillonbits-latest": "npm i \"@papillonbits/components\"@latest && npm i \"@papillonbits/library\"@latest && npm i \"@papillonbits/setup\"@latest && lerna run install-papillonbits-latest --stream",
"bootstrap-test": "npm-run-all build-test build-storybook lint:format test report-coverage",
"bootstrap-acceptance": "npm-run-all build-acceptance build-storybook lint:format test report-coverage",
"bootstrap-release": "npm-run-all build-release build-storybook lint:format test report-coverage",
"build-test": "lerna run build-test --stream",
"build-acceptance": "lerna run build-acceptance --stream",
"build-release": "lerna run build-release --stream",
"build-storybook": "NODE_ENV=develop storybook build -c .storybook -o .storybook-static",
"prebuild-storybook": "NODE_ENV=develop npm run test:generate-output",
"lint:format": "npm-run-all lint format",
"lint": "npm-run-all lint:js:jsx lint:scss",
"lint:js:jsx": "npm-run-all lint:js:jsx:core",
"lint:js:jsx:core": "eslint --ext .js --ext .jsx packages/core/src --fix",
"lint:scss": "stylelint \"packages/core/src/**/**/*.scss\" --custom-syntax=postcss-scss --fix",
"format": "npm-run-all format:js:jsx format:scss",
"format:js:jsx": "npm-run-all format:js:jsx:core",
"format:js:jsx:core": "prettier --write \"packages/core/src/**/**/*.{js,jsx}\"",
"format:scss": "prettier --write \"packages/core/src/**/**/*.scss\"",
"test": "jest -u --silent --runInBand --coverage",
"test:tdd": "jest --watch --onlyChanged --silent=false --verbose",
"test:generate-output": "jest --coverage=false --json --outputFile=.jest-test-results.json || true",
"report-coverage": "dotenv ./codecov -t %CODECOV_TOKEN%",
"start-storybook": "NODE_ENV=develop storybook dev -p 7007 -c .storybook",
"deploy-core": "gh-pages -d packages/core/build",
"deploy": "npm-run-all deploy-core",
"release": "lerna publish"
},
"dependencies": {
"@papillonbits/components": "^1.13.1",
"@papillonbits/library": "^1.13.1",
"@papillonbits/setup": "^1.13.1",
"@primer/primitives": "^11.3.2",
"@primer/view-components": "^0.48.0",
"classnames": "^2.5.1",
"prop-types": "^15.8.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-redux": "^9.2.0",
"react-router": "^7.12.0",
"react-router-dom": "^7.12.0",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.5",
"redux-thunk": "^3.1.0",
"uuid": "^13.0.0",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@axe-core/react": "^4.11.0",
"@babel/core": "^7.28.6",
"@babel/eslint-parser": "^7.28.6",
"@babel/plugin-transform-react-jsx": "^7.28.6",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.28.6",
"@babel/preset-react": "^7.28.5",
"@babel/register": "^7.28.6",
"@babel/runtime": "^7.28.6",
"@chromatic-com/storybook": "^4.1.3",
"@storybook/addon-a11y": "^9.1.17",
"@storybook/addon-docs": "^9.1.17",
"@storybook/addon-jest": "^9.1.12",
"@storybook/addon-links": "^9.1.17",
"@storybook/addon-styling-webpack": "^2.0.0",
"@storybook/addon-themes": "^9.1.17",
"@storybook/react-webpack5": "^9.1.17",
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.1",
"ajv": "^8.17.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^30.2.0",
"babel-loader": "^10.0.0",
"babel-plugin-css-modules-transform": "^1.6.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-assets": "^1.0.2",
"clean-webpack-plugin": "^4.0.0",
"codecov": "^3.8.2",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.4",
"dotenv": "^17.2.3",
"dotenv-cli": "^11.0.0",
"dotenv-webpack": "^8.1.1",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.12.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"file-loader": "^6.2.0",
"gh-pages": "^6.3.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.5",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-axe": "^10.0.0",
"jsdom": "^27.4.0",
"jsdom-global": "^3.0.2",
"lerna": "^9.0.3",
"lint-staged": "^16.2.7",
"markdown-loader": "^8.0.0",
"mini-css-extract-plugin": "^2.9.4",
"nodemon": "^3.1.11",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"postcss": "^8.5.6",
"postcss-loader": "^8.2.0",
"postcss-preset-env": "^11.0.1",
"postcss-scss": "^4.0.9",
"prettier": "^3.7.4",
"process": "^0.11.10",
"regenerator-runtime": "^0.14.1",
"sass": "^1.97.2",
"sass-loader": "^16.0.6",
"storybook": "^9.1.17",
"style-loader": "^4.0.0",
"stylelint": "^16.26.1",
"stylelint-config-standard": "^39.0.1",
"stylelint-order": "^7.0.1",
"stylelint-prettier": "^5.0.3",
"stylelint-scss": "^6.14.0",
"tty-browserify": "^0.0.1",
"url-loader": "^4.1.1",
"webpack": "^5.104.1",
"webpack-bundle-analyzer": "^5.1.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.3",
"webpack-manifest-plugin": "^6.0.1"
}
}