-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 2.03 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
{
"name": "classy-ui-demo-library",
"version": "4.0.3",
"description": "A demo library using classy-ui",
"main": "index.js",
"bin": "./open-storybook.js",
"scripts": {
"react": "node_modules/@storybook/react/bin/index.js -s -p 6006 --config-dir react/.storybook",
"vue": "node_modules/@storybook/vue/bin/index.js -s -p 6007 --config-dir vue/.storybook",
"angular": "node_modules/@storybook/angular/bin/index.js -s -p 6008 --config-dir angular/.storybook",
"html": "node_modules/@storybook/html/bin/index.js -s -p 6009 --config-dir html/.storybook",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cerebral/classy-ui-demo-library.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cerebral/classy-ui-demo-library/issues"
},
"homepage": "https://github.com/cerebral/classy-ui-demo-library#readme",
"dependencies": {
"classy-ui": "^11.0.5",
"@storybook/angular": "^5.3.14",
"@storybook/html": "^5.3.17",
"@storybook/react": "^5.3.13",
"@storybook/vue": "^5.3.13",
"babel-loader": "^8.0.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.900.5",
"@angular-devkit/core": "^9.0.5",
"@angular/common": "^9.0.5",
"@angular/compiler": "^9.0.5",
"@angular/compiler-cli": "^9.0.5",
"@angular/core": "^9.0.5",
"@angular/forms": "^9.0.5",
"@angular/platform-browser": "^9.0.5",
"@angular/platform-browser-dynamic": "^9.0.5",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-typescript": "^7.8.3",
"babel-preset-vue": "^2.0.2",
"he": "^1.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-syntax-highlighter": "^12.2.1",
"rimraf": "^3.0.2",
"vue": "^2.6.11",
"vue-loader": "^15.9.0",
"vue-template-compiler": "^2.6.11",
"zone.js": "^0.10.2"
}
}