-
Notifications
You must be signed in to change notification settings - Fork 226
/
Copy pathpackage.json
86 lines (86 loc) · 2.1 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
{
"name": "amazeui-react",
"title": "Amaze UI React",
"version": "1.0.0-beta1",
"description": "Amaze UI components build with React.",
"main": "lib/AMUIReact.js",
"scripts": {
"test": "node ./node_modules/.bin/jest"
},
"repository": {
"type": "git",
"url": "https://github.com/amazeui/amazeui-react"
},
"keywords": [
"react",
"react-component",
"amazeui",
"react.js",
"amazeui",
"amazeui-react",
"react-amazeui",
"web-components"
],
"author": "AllMobilize, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/amazeui/amazeui-react/issues"
},
"homepage": "https://github.com/amazeui/amazeui-react",
"dependencies": {
"classnames": "^1.2.0",
"fecha": "^0.2.1",
"object-assign": "^2.0.0",
"object.omit": "^1.1.0",
"react": "^0.13.3"
},
"devDependencies": {
"amazeui": "^2.4.0",
"brfs": "^1.4.0",
"browser-sync": "^2.6.4",
"browserify": "^10.2.1",
"browserify-derequire": "^0.9.4",
"browserify-shim": "^3.8.7",
"bundle-collapser": "^1.2.0",
"codemirror": "^5.2.0",
"del": "^1.1.1",
"envify": "^3.4.0",
"eslint": "^0.19.0",
"eslint-plugin-react": "^2.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.0",
"gulp-csso": "^1.0.0",
"gulp-git": "^1.2.4",
"gulp-header": "^1.2.2",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.2",
"gulp-load-plugins": "^0.10.0",
"gulp-react": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-size": "^1.2.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-zip": "^3.0.2",
"jest-cli": "^0.4.5",
"markedify": "0.0.1",
"react-router": "^0.13.2",
"reactify": "^1.1.0",
"run-sequence": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"browserify-shim": {
"react": "global:React"
},
"jest": {
"rootDir": "./src",
"scriptPreprocessor": "../preprocessor.js",
"moduleFileExtensions": ["js"],
"testFileExtensions": ["js"],
"unmockedModulePathPatterns": [
"react"
]
}
}