-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
72 lines (72 loc) · 2.18 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
{
"name": "nci-design-system",
"version": "3.2.0",
"description": "NCI Design System",
"author": "NCIOCPL",
"private": true,
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean:build": "gatsby clean",
"test": "jest",
"format": "prettier --write \"**/*.+(js|jsx|json|css|md|mdx)\"",
"lint": "eslint ./src --ext .js,.jsx && eslint ./content --ext .mdx",
"lint:fix": "eslint ./src --fix --ext .js,.jsx && eslint ./content --fix --ext .mdx"
},
"dependencies": {
"@mdx-js/react": "~2.3.0",
"@nciocpl/ncids-css": "workspace: *",
"@nciocpl/ncids-js": "workspace: *",
"@nciocpl/ncids-twig": "workspace: *",
"copy-to-clipboard": "~3.3.1",
"dangerously-set-html-content": "1.1.0",
"gatsby": "~5.13.7",
"gatsby-plugin-manifest": "~5.13.1",
"gatsby-plugin-mdx": "~5.13.1",
"gatsby-plugin-sass": "~6.13.1",
"gatsby-plugin-sharp": "~5.13.1",
"gatsby-remark-images": "~7.13.1",
"gatsby-source-filesystem": "~5.13.1",
"gatsby-transformer-sharp": "~5.13.1",
"github-slugger": "~1.4.0",
"html-react-parser": "~5.1.10",
"jest-environment-jsdom": "29.7.0",
"js-yaml": "~4.1.0",
"prism-react-renderer": "~2.3.1",
"prismjs": "1.29.0",
"prop-types": "~15.7.2",
"react": "~18.3.1",
"react-addons-text-content": "~0.0.4",
"react-dom": "~18.3.1",
"react-markdown": "~8.0.7",
"rehype-raw": "~7.0.0",
"remark-gfm": "~3.0.1",
"sass": "~1.69.0",
"twig": "~1.17.1"
},
"dependenciesNotes": {
"1": "prism-react-renderer has a built version of prismjs at 1.29.0, but we need to include our own version of prismjs at 1.29.0 to get the correct languages"
},
"devDependencies": {
"@nciocpl/eslint-config-react": "~1.0.0",
"@testing-library/dom": "~10.4.0",
"@testing-library/jest-dom": "~6.4.8",
"@testing-library/react": "~16.0.0",
"@types/react": "~18.2.34",
"autoprefixer": "~10.3.1",
"babel-preset-gatsby": "~3.13.2",
"eslint": "~7.32.0",
"eslint-plugin-mdx": "~1.16.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "~8.2.8",
"twigjs-loader": "~1.0.3",
"typescript": "~5.2.2",
"unist-util-visit": "~5.0.0"
}
}