forked from ui-storybook/sb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 2.76 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "ui-storybook",
"version": "1.0.6",
"description": "SB is the environment for developers that allow to esaly develop and support UI components with any framework.",
"main": "index.js",
"types": "./src/sb.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ui-storybook/sb"
},
"dependencies": {
"angular-ui-router": "^0.3.1",
"babel-core": "*",
"babel-loader": "*",
"babel-plugin-transform-runtime": "*",
"babel-polyfill": "*",
"babel-preset-es2015": "*",
"babel-preset-stage-0": "*",
"babel-register": "*",
"babel-runtime": "*",
"browser-sync": "*",
"connect-history-api-fallback": "*",
"copy-webpack-plugin": "*",
"css-loader": "^0.25.0",
"git-url-parse": "*",
"gulp-template": "^4.0.0",
"html-webpack-plugin": "^2.24.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.2.0",
"karma-mocha-reporter": "^2.2.0",
"mocha": "^3.1.2",
"ng-annotate-loader": "^0.2.0",
"node-libs-browser": "^1.0.0",
"normalize.css": "^5.0.0",
"raw-loader": "*",
"run-sequence": "*",
"shelljs": "*",
"style-loader": "^0.13.1",
"webpack": "*",
"webpack-dev-middleware": "*",
"webpack-hot-middleware": "*",
"yargs": "^6.3.0"
},
"devDependencies": {
"angular-animate": "*",
"ace-builds": "*",
"angular-aria": "*",
"angular-material": "*",
"angular-ui-ace": "*",
"angular-resizable": "*",
"angular-sanitize": "*",
"angular-ui-codemirror": "*",
"angular-ui-router": "*",
"normalize.css": "*",
"angular-dnd-module": "*",
"angular-mocks": "*",
"babel-core": "*",
"babel-loader": "*",
"babel-plugin-transform-runtime": "*",
"babel-polyfill": "*",
"babel-preset-es2015": "*",
"babel-preset-stage-0": "*",
"babel-register": "*",
"babel-runtime": "*",
"browser-sync": "*",
"chai": "*",
"connect-history-api-fallback": "*",
"css-loader": "*",
"del": "*",
"fs-walk": "*",
"gulp": "*",
"gulp-rename": "*",
"gulp-template": "*",
"gulp-util": "*",
"html-webpack-plugin": "*",
"karma": "*",
"karma-chai": "*",
"karma-chrome-launcher": "*",
"karma-mocha": "*",
"karma-mocha-reporter": "*",
"karma-sourcemap-loader": "*",
"karma-webpack": "*",
"less": "*",
"less-loader": "*",
"lodash": "*",
"mocha": "*",
"ng-annotate-loader": "*",
"node-libs-browser": "*",
"raw-loader": "*",
"run-sequence": "*",
"style-loader": "*",
"stylus": "*",
"stylus-loader": "*",
"supports-color": "*",
"webpack": "*",
"webpack-dev-middleware": "*",
"webpack-hot-middleware": "*",
"yargs": "*"
},
"scripts": {
"test": "karma start"
},
"author": "freeman14"
}