-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1.15 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
{
"name": "sakai-web-components",
"version": "1.0.0",
"description": "",
"main": "sakai-course-card.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sakaiproject/sakai-web-components.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sakaiproject/sakai-web-components/issues"
},
"homepage": "https://github.com/sakaiproject/sakai-web-components#readme",
"devDependencies": {
"@babel/core": "^7.10.2",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-cssresources": "^5.3.19",
"@storybook/addon-knobs": "^5.3.19",
"@storybook/web-components": "^5.3.19",
"babel-loader": "^8.1.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@lion/dialog": "^0.7.1",
"@lion/tooltip": "file:../lion/packages/tooltip",
"@popperjs/core": "^2.4.0",
"lit-element": "^2.3.1",
"lit-html": "^1.2.1"
}
}