forked from AxaFrance/react-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.45 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 4.45 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
{
"name": "@axa-fr/react-toolkit",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/AxaGuilDEv/react-toolkit.git"
},
"scripts": {
"publish": "lerna publish",
"postinstall": "npm run clean && lerna bootstrap --no-ci && npm run style",
"clean": "node ./scripts/clean.js",
"style": "node ./scripts/style.js",
"storybook": "start-storybook -p 9009 -s storybook-public",
"storybook:build": "build-storybook -s storybook-public -c .storybook -o storybook-static && npm run toolkit:build",
"toolkit:build": "node ./scripts/inject-version.js",
"design": "npm -C ./storybook/design-system run start",
"design:build": "npm -C ./storybook/design-system run build",
"test": "jest --config jest.config.json",
"cover": "jest --no-cache --config ./jest.config.json --coverage",
"check": "npm run check:formatting && npm run check:quality",
"check:formatting": "prettier --check \"**/*.{js,jsx,ts,tsx,css,scss,json,md}\"",
"check:quality": "eslint \"**/*.{js,jsx,ts,tsx,json}\" --cache --cache-location=.cache/eslint --report-unused-disable-directives",
"dev": "concurrently --kill-others \"npm run dev:ts\" \"npm run dev:js\"",
"dev:js": "lerna exec --parallel -- cross-env-shell node \\$LERNA_ROOT_PATH/scripts/watch-js.js",
"dev:ts": "lerna exec --parallel -- cross-env-shell node \\$LERNA_ROOT_PATH/scripts/watch-ts.js",
"changelog": "auto-changelog --unreleased --commit-limit false --template changelog-template.hbs -p --output ./CHANGELOG.md"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "npm run test"
}
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@storybook/addon-a11y": "^6.0.26",
"@storybook/addon-actions": "^6.0.26",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-knobs": "^6.0.26",
"@storybook/addon-viewport": "^6.0.26",
"@storybook/addons": "^6.0.26",
"@storybook/react": "^6.0.26",
"@storybook/source-loader": "^6.0.26",
"@storybook/theming": "^6.0.26",
"@types/enzyme": "^3.10.7",
"@types/jest": "^26.0.15",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-test-renderer": "^16.9.3",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"auto-changelog": "^2.2.1",
"babel-jest": "^26.6.0",
"babel-loader": "^8.1.0",
"bootstrap": "^4.5.3",
"browser-sync": "^2.26.13",
"chalk": "^4.1.0",
"concurrently": "^5.3.0",
"cross-env": "^7.0.2",
"css-loader": "^5.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.6.1",
"eslint": "^7.11.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^6.13.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"fs-extra": "^9.0.1",
"husky": "^4.3.0",
"jest": "^26.6.0",
"jest-cli": "^26.6.0",
"jest-enzyme": "^7.1.2",
"lerna": "^3.22.1",
"lint-staged": "^10.5.0",
"markdown-loader": "^6.0.0",
"npmlog": "^4.1.2",
"package-lock-sanitizer": "^1.0.1",
"postcss": "^8.1.2",
"prettier": "^2.1.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"rimraf": "^3.0.2",
"sass-loader": "^10.0.3",
"shelljs": "^0.8.4",
"storybook-readme": "^5.0.8",
"ts-jest": "^26.4.1",
"twit": "^2.2.11",
"typescript": "^4.0.3"
},
"dependencies": {
"autoprefixer": "^10.0.1",
"clean-css": "^4.2.3",
"find": "^0.3.0",
"sass": "^1.27.0"
},
"engines": {
"node": ">=10.14.2 || ^12 || ^14"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"browserslist": [
"last 2 versions"
],
"lint-staged": {
"**/*.{css,scss,json,md,js,jsx,ts,tsx,json,md,yml}": [
"prettier --write"
],
"**/*.{js,jsx,ts,tsx}": [
"eslint --fix"
],
"package-lock.json": [
"package-lock-sanitizer -r https://registry.npmjs.org -l"
]
}
}