-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.98 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.98 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
{
"name": "paragon-pattern-library-documentation",
"description": "Paragon Pattern Library Documentation",
"version": "1.0.0",
"dependencies": {
"@docsearch/react": "^4.0.0",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@mdx-js/mdx": "^2",
"@mdx-js/react": "^2",
"@openedx/brand-openedx": "^1.2.2",
"analytics-node": "^6.0.0",
"axios": "^0.30.2",
"classnames": "^2.3.1",
"gatsby": "^5.14",
"gatsby-plugin-manifest": "^5.14",
"gatsby-plugin-mdx": "^5.14",
"gatsby-plugin-mdx-source-name": "^1.0.1",
"gatsby-plugin-react-axe": "^0.5.0",
"gatsby-plugin-react-helmet": "^6.14",
"gatsby-plugin-sass": "^6.14",
"gatsby-plugin-segment-js": "^3.7.1",
"gatsby-source-filesystem": "^5.14",
"gatsby-transformer-react-docgen": "^8.14",
"localforage": "^1.10.0",
"lodash.debounce": "^4.0.8",
"lz-string": "^1.5.0",
"prism-react-renderer": "^1.3.3",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react": "^18",
"react-docgen": "^5.4.2",
"react-dom": "^18",
"react-focus-on": "^3.6.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.58.1",
"react-intl": "^6.4",
"react-live": "^2.4.1",
"react-markdown": "^9.0.1",
"rehype-autolink-headings": "^5.1.0",
"rehype-mdx-code-props": "^3.0.1",
"rehype-slug": "^4.0.1",
"sass": "^1.53.0",
"sass-loader": "12.6.0",
"slugify": "^1.6.5",
"uuid": "^9.0.0"
},
"keywords": [
"paragon",
"design system",
"pattern library",
"design",
"react",
"component library",
"design tokens"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths && npm run build-themes && playroom build",
"clean": "gatsby clean",
"develop": "npm run build-themes && gatsby develop",
"develop:with-theme": "npm run develop",
"lint": "eslint --ext .js --ext .jsx --ext .ts --ext .tsx .",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Error: no test specified\" && exit 1",
"build-themes": "node build-themes.js",
"playroom:start": "playroom start",
"playroom:build": "playroom build"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@edx/eslint-config": "^4.0.0",
"@svgr/webpack": "8.1.0",
"@types/mdx": "^2.0.3",
"@types/mdx-js__react": "^1.5.5",
"@types/react-helmet": "^6.1.6",
"css": "^3.0.0",
"eslint": "8.57.1",
"eslint-import-resolver-webpack": "^0.13.2",
"file-loader": "6.2.0",
"playroom": "^0.44.0",
"postcss": "^8.4.21",
"postcss-custom-media": "^9.1.2"
},
"optionalDependencies": {
"@parcel/watcher-darwin-arm64": "^2.5.0",
"@parcel/watcher-linux-x64-glibc": "^2.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/openedx/paragon.git"
}
}