-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 926 Bytes
/
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
{
"name": "be-an-a11y-with-react",
"version": "1.0.0",
"description": "It's easy to make accessible websites with React!",
"scripts": {
"start": "node index.js",
"slides": "mdx-deck slides/deck.mdx",
"build": "mdx-deck build deck.mdx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nloding/be-an-a11y-with-react.git"
},
"keywords": [
"a11y",
"accessibility"
],
"author": "nathan loding",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nloding/be-an-a11y-with-react.git/issues"
},
"homepage": "https://github.com/nloding/be-an-a11y-with-react.git#readme",
"devDependencies": {
"file-loader": "^3.0.1",
"mdx-deck": "^1.8.2",
"mdx-deck-code-surfer": "^0.5.3"
},
"dependencies": {
"npm": "^6.5.0",
"raw-loader": "^1.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"styled-components": "^4.1.3"
}
}