-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.4 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
{
"name": "ui-web",
"version": "1.0.0",
"description": "Create UI lib for nteract/web and nteract/play",
"scripts": {
"start": "start-storybook -p 8001",
"build": "build-storybook",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nteract/ui-web.git"
},
"author": "nteract contributors",
"license": "ISC",
"bugs": {
"url": "https://github.com/nteract/ui-web/issues"
},
"homepage": "https://github.com/nteract/ui-web#readme",
"dependencies": {
"@babel/core": "^7.10.2",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@octokit/rest": "^18.0.1",
"@storybook/addon-actions": "^5.3.19",
"@storybook/react": "^5.3.19",
"@types/classnames": "^2.2.10",
"@types/shortid": "^0.0.29",
"@types/styled-components": "^5.1.0",
"babel-loader": "^8.1.0",
"classnames": "^2.2.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"shortid": "^2.2.15",
"styled-components": "^5.1.1",
"xterm": "^4.7.0"
},
"devDependencies": {
"@storybook/addon-info": "^5.3.19",
"@types/jest": "^26.0.0",
"jest": "^26.0.1",
"react-docgen-typescript-loader": "^3.7.2",
"ts-jest": "^26.1.0",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5"
}
}