-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "accessibility-a-walk-in-someone-elses-shoes",
"version": "1.0.0",
"description": "A workshop to experience first hand why accessibility is necessary and important.",
"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/accessibility-a-walk-in-someone-elses-shoes.git"
},
"keywords": [
"a11y",
"accessibility"
],
"author": "nathan loding",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nloding/accessibility-a-walk-in-someone-elses-shoes/issues"
},
"homepage": "https://github.com/nloding/accessibility-a-walk-in-someone-elses-shoes#readme",
"devDependencies": {
"express": "^4.17.1",
"file-loader": "^4.1.0",
"mdx-deck": "^3.0.8",
"mdx-deck-code-surfer": "^0.5.5"
},
"dependencies": {
"npm": "^6.10.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.3.2"
}
}