forked from robyth/amazeui-touch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.69 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
{
"name": "amazeui-touch",
"title": "Amaze UI Touch",
"version": "1.0.0-beta.2",
"description": "Web Components for Mobile UI based on React.js",
"main": "lib/index.js",
"scripts": {
"start": "gulp",
"docs": "NODE_ENV=production gulp",
"build": "NODE_ENV=production gulp build",
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "./node_modules/.bin/eslint ./src/js/",
"changelog": "github-changes -o amazeui -r amazeui-touch -a"
},
"repository": {
"type": "git",
"url": "https://github.com/amazeui/amazeui-touch.git"
},
"keywords": [
"amazeui",
"react",
"react-component",
"amazeui-touch",
"react-amazeui",
"web-components"
],
"author": "AllMobilize Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/amazeui/amazeui-touch/issues"
},
"homepage": "https://github.com/amazeui/amazeui-touch#readme",
"devDependencies": {
"babel": "^6.0.15",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
"babel-plugin-transform-react-jsx": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"brfs": "^1.4.3",
"browser-sync": "^2.12.3",
"browserify": "^13.0.0",
"clipboard": "^1.5.10",
"del": "^2.2.0",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-csso": "^2.0.0",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"history": "^1.13.1",
"marked": "^0.3.5",
"markedify": "0.0.2",
"merge-stream": "^1.0.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-router": "^2.2.1",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"webpack-stream": "^3.1.0"
},
"dependencies": {
"classnames": "^2.2.5"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
"react-addons-css-transition-group": "^0.14.0 || ^15.0.0"
},
"babel": {
"presets": [
"es2015",
"stage-0"
],
"plugins": [
"transform-object-rest-spread",
"transform-react-jsx",
"transform-object-assign"
]
}
}