-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
145 lines (145 loc) · 4.84 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
141
142
143
144
145
{
"name": "nord-docs",
"title": "Nord Docs",
"version": "0.23.0",
"description": "The official Nord website and documentation",
"author": {
"name": "Arctic Ice Studio",
"email": "[email protected]",
"url": "https://www.arcticicestudio.com"
},
"homepage": "https://www.nordtheme.com",
"repository": {
"type": "git",
"url": "git+https://github.com/arcticicestudio/nord-docs.git"
},
"bugs": {
"url": "https://github.com/arcticicestudio/nord-docs/issues"
},
"private": true,
"license": "MIT",
"keywords": [
"nord",
"website",
"documentation",
"react",
"arcticicestudio"
],
"scripts": {
"build": "npm-run-all clean build:gatsby",
"build:gatsby": "gatsby build",
"clean": "del .cache/ build/ public/",
"dev": "gatsby develop",
"dev:fresh": "npm-run-all clean dev",
"dev:local": "gatsby develop -H 0.0.0.0",
"format": "npm-run-all format:pretty format:fix",
"format:fix": "eslint --fix --ext .js,.jsx .",
"format:pretty": "prettier --write \"./**/*.{js,json,jsx,md,mdx,yml}\"",
"lint": "npm-run-all lint:*",
"lint:js": "eslint --ext .js,.jsx .",
"lint:md": "remark --no-stdout . \".github/**/*.md\"",
"report:js:junit": "eslint --ext .js,.jsx --format junit -o ./build/reports/junit/eslint.xml .",
"serve": "gatsby serve",
"test": "jest",
"test:ci": "jest --ci --coverage",
"test:cov": "jest --coverage",
"test:watch": "jest --watch"
},
"devDependencies": {
"@arcticicestudio/eslint-config": ">=0.8.0 <1.0.0",
"@babel/core": "7.6.4",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-export-default-from": "7.5.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
"@babel/plugin-proposal-optional-chaining": "7.6.0",
"@mdx-js/mdx": "1.5.1",
"@svgr/webpack": "4.3.3",
"@testing-library/jest-dom": "4.1.2",
"@testing-library/react": "9.3.0",
"@testing-library/react-hooks": "2.0.3",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-plugin-react-remove-properties": "0.3.0",
"babel-plugin-styled-components": "1.10.6",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-gatsby": "0.2.18",
"del-cli": "3.0.0",
"eslint": "6.5.1",
"eslint-config-prettier": "6.4.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-jest": "3.0.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-react-hooks": "2.1.2",
"git-revision-webpack-plugin": "3.0.4",
"glob": "7.1.4",
"husky": "3.0.9",
"identity-obj-proxy": "3.0.0",
"jest": "24.9.0",
"jest-junit": "8.0.0",
"jest-styled-components": "6.3.3",
"lint-staged": "9.4.2",
"npm-run-all": "4.1.5",
"prettier": "1.18.2",
"rehype-slug": "2.0.3",
"remark-breaks": "1.0.3",
"remark-cli": "7.0.0",
"remark-github": "8.0.0",
"remark-preset-lint-arcticicestudio": ">=0.3.0 <1.0.0",
"webpack-bundle-analyzer": "3.5.2"
},
"dependencies": {
"@mdx-js/react": "1.5.1",
"arctic-landscape": ">=0.1.0 <1.0.0",
"arctic-ocean-fractal": ">=0.1.0 <1.0.0",
"axios": "0.19.0",
"body-scroll-lock": "2.6.4",
"core-js": "2.6.5",
"date-fns": "2.4.1",
"gatsby": "2.15.36",
"gatsby-image": "2.2.27",
"gatsby-plugin-canonical-urls": "2.1.11",
"gatsby-plugin-catch-links": "2.1.13",
"gatsby-plugin-google-gtag": "1.1.12",
"gatsby-plugin-lodash": "3.1.11",
"gatsby-plugin-manifest": "2.2.21",
"gatsby-plugin-mdx": "1.0.51",
"gatsby-plugin-netlify": "2.1.19",
"gatsby-plugin-no-sourcemaps": "2.1.1",
"gatsby-plugin-offline": "3.0.14",
"gatsby-plugin-react-helmet": "3.1.11",
"gatsby-plugin-remove-trailing-slashes": "2.1.10",
"gatsby-plugin-robots-txt": "1.5.0",
"gatsby-plugin-sharp": "2.2.29",
"gatsby-plugin-sitemap": "2.2.17",
"gatsby-plugin-styled-components": "3.1.9",
"gatsby-plugin-svgr": "2.0.2",
"gatsby-plugin-webpack-size": "1.0.0",
"gatsby-source-filesystem": "2.1.31",
"gatsby-source-graphql": "2.1.18",
"gatsby-transformer-sharp": "2.2.21",
"gatsby-transformer-yaml": "2.2.13",
"inter-ui": "3.10.0",
"lodash": "4.17.15",
"nord": ">=0.2.1 <1.0.0",
"polished": "3.4.1",
"prop-types": "15.7.2",
"react": "16.10.2",
"react-dom": "16.10.2",
"react-helmet": "5.2.1",
"react-pose": "4.0.8",
"react-spring": "8.0.7",
"react-waypoint": "9.0.2",
"semver": "6.3.0",
"styled-components": "4.4.0",
"styled-modern-normalize": ">=0.2.0 <1.0.0",
"styled-theming": "2.2.0",
"subscribe-ui-event": "2.0.5",
"typeface-rubik": "0.0.72",
"typeface-source-code-pro": "0.0.71",
"use-clipboard-copy": "0.1.1"
}
}