-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
140 lines (140 loc) · 4.71 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
{
"name": "gamut-repo",
"description": "Modules and components for Codecademy",
"version": "1.2.0",
"author": "Codecademy Engineers <dev@codecademy.com>",
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"core-js": "3.7.0",
"lodash": "^4.17.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet-async": "^2.0.5"
},
"devDependencies": {
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@codecademy/eslint-config": "8.0.0",
"@codecademy/prettier-config": "^0.2.0",
"@codecademy/tsconfig": "^0.3.0",
"@emotion/babel-plugin": "11.11.0",
"@emotion/jest": "^11.11.0",
"@mdx-js/react": "^3.1.0",
"@nx/jest": "19.3.2",
"@nx/js": "19.3.2",
"@nx/react": "19.3.2",
"@nx/storybook": "19.3.2",
"@nx/web": "19.3.2",
"@nx/webpack": "19.3.2",
"@storybook/addon-controls": "8.3.6",
"@storybook/addon-designs": "^8.0.3",
"@storybook/addon-docs": "^8.3.6",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.3.6",
"@storybook/core-server": "8.3.6",
"@storybook/docs-tools": "^8.3.6",
"@storybook/icons": "1.2.12",
"@storybook/manager-api": "^8.3.6",
"@storybook/react-webpack5": "^8.3.6",
"@storybook/theming": "^8.3.6",
"@svgr/cli": "5.5.0",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "15.0.6",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^14.5.2",
"@types/classnames": "2.2.10",
"@types/invariant": "2.2.29",
"@types/konami-code-js": "^0.8.0",
"@types/lodash": "4.17.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "^17.0.1",
"@types/stylis": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"babel-jest": "29.6.4",
"babel-plugin-macros": "3.0.1",
"component-test-setup": "^0.3.1",
"conventional-changelog-cli": "^2.0.34",
"conventional-changelog-conventionalcommits": "^4.3.0",
"cpy-cli": "^4.1.0",
"eslint": "^8.11.0",
"eslint-plugin-gamut": "^2.0.0",
"eslint-plugin-local-rules": "^1.1.0",
"eslint-plugin-lodash": "^7.4.0",
"gh-pages": "^2.2.0",
"husky": "8.0.3",
"identity-obj-proxy": "3.0.0",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"jest-environment-jsdom-global": "4.0.0",
"jest-junit": "^16.0.0",
"lerna": "7.2.0",
"lint-staged": "14.0.1",
"micromatch": "^4.0.5",
"mutationobserver-shim": "^0.3.3",
"nx": "19.3.2",
"nx-cloud": "^19.1.0",
"onchange": "^7.0.2",
"prettier": "^2.6.2",
"react-test-renderer": "18.3.1",
"storybook": "^8.3.6",
"svgo": "^1.3.2",
"syncpack": "^10.9.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tslib": "2.4.0",
"typescript": "5.1.3"
},
"engines": {
"node": "^18.18.2",
"yarn": "^1.21.1"
},
"license": "MIT",
"lint-staged": {
"**/*.{mdx,js,ts,tsx,json}": [
"node_modules/@codecademy/eslint-config/bin/eslint-fix.js",
"prettier --ignore-path .prettierignore --write"
],
"**/*.{css,scss}": [
"prettier --ignore-path .prettierignore --write"
]
},
"packageManager": "yarn@1.22.10",
"private": true,
"repository": "git@github.com:Codecademy/gamut.git",
"resolutions": {
"@typescript-eslint/utils": "^5.15.0"
},
"scripts": {
"build": "nx run-many --target=build --all",
"build-all": "yarn build",
"build-storybook": "nx run styleguide:build-storybook",
"build:graph": "nx graph",
"clean-builds": "nx run-many --target=clean --all",
"clear-modules": "yarn clean-builds && lerna clean -y && rm -rf node_modules",
"deploy": "rm -rf ./dist/docs && mv ./dist/storybook/styleguide ./dist/docs && cp -r ./dist/static/* ./dist/docs && gh-pages -b gh-pages -d dist",
"format": "yarn lint:fix && yarn prettier --write",
"format:verify": "yarn prettier --check",
"lint": "eslint --ignore-path .eslintignore \"./**/*.{mdx,js,ts,tsx,json}\" --max-warnings 0",
"lint:fix": "yarn lint --fix",
"prettier": "prettier --ignore-path .prettierignore \"./**/*.{mdx,js,ts,tsx,json,css,scss}\"",
"start": "yarn && yarn start:storybook",
"start:storybook": "cd ./packages/styleguide && yarn start",
"test": "nx run-many --target=test --all",
"verify": "nx run-many --target=verify --parallel=3 --all",
"verify-all": "yarn verify"
},
"workspaces": {
"packages": [
"packages/*"
]
}
}