forked from robyth/amazeui-touch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.99 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",
"description": "Web Components for Mobile UI based on React.js",
"main": "lib/index.js",
"scripts": {
"start": "gulp",
"build": "cross-env NODE_ENV=production gulp build",
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint js/**",
"changelog": "github-changes -o amazeui -r amazeui-touch -a",
"docs": "rm -rf www && cross-env NODE_ENV=production webpack --config webpack.docs.babel.js --progress && browser-sync start --server www"
},
"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": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
"babel-plugin-transform-require-ignore": "0.0.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.11.0",
"babel-preset-stage-0": "^6.5.0",
"brfs": "^1.4.3",
"browser-sync": "^2.14.0",
"clipboard": "^1.5.12",
"cross-env": "^2.0.0",
"css-loader": "^0.23.1",
"del": "^2.2.1",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-csso": "^2.0.0",
"gulp-header": "^1.8.7",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.21.0",
"markdown-loader": "^0.1.7",
"marked": "^0.3.6",
"node-sass-import-once": "^1.2.0",
"postcss-loader": "^0.9.1",
"react": "^15.3.0",
"react-addons-css-transition-group": "^15.3.0",
"react-dom": "^15.3.0",
"react-router": "^2.6.1",
"run-sequence": "^1.2.2",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"transform-loader": "^0.2.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.2",
"webpack-stream": "^3.1.0"
},
"dependencies": {
"classnames": "^2.2.5"
},
"peerDependencies": {
"react": "^15.2.0",
"react-dom": "^15.2.0",
"react-addons-css-transition-group": "^15.2.0"
}
}