This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
86 lines (86 loc) · 2.22 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": "framework7-react",
"version": "0.9.3-2",
"description": "A React version of Framework7",
"main": "dist/commonjs/framework7-react/index.js",
"typings": "dist/commonjs/framework7-react/index.d.ts",
"directories": {
"example": "examples"
},
"scripts": {
"test": "gulp test",
"build": "gulp && cd kitchen-sink && rm -rf node_modules/framework7-react && npm install && gulp",
"update-f7-vue": "rm -rf node_modules/framework7-vue && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bencompton/framework7-react.git"
},
"keywords": [
"react",
"reactjs",
"mobile",
"framework",
"framework7",
"ios",
"iphone",
"ipad",
"apple",
"phonegap",
"touch",
"app",
"f7",
"material",
"android",
"typescript"
],
"author": "Ben Compton",
"license": "APACHE 2.0",
"bugs": {
"url": "https://github.com/bencompton/framework7-react/issues"
},
"homepage": "https://github.com/bencompton/framework7-react#readme",
"devDependencies": {
"@types/node": "^6.0.54",
"@types/react": "^16.0.5",
"awesome-typescript-loader": "^3.1.3",
"babel-core": "^6.21.0",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"css-loader": "^0.25.0",
"framework7-bencompton-fork": "1.6.5",
"framework7-vue": "0.9.3",
"gulp": "3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-header": "^1.8.8",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.2.1",
"gulp-typescript": "^3.1.3",
"json-fn": "^1.1.1",
"merge2": "^1.0.2",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-vue2": "^0.6.1",
"rollup-stream": "^1.16.0",
"style-loader": "^0.14.0",
"to-case": "^2.0.0",
"typescript": "^2.3.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"@types/prop-types": "15.5.1",
"change-case": "^3.0.0",
"prop-types": "^15.5.10",
"query-string": "^4.3.1",
"react": "^15.6.1"
},
"peerDependencies": {
"react": "15.x"
}
}