forked from bencompton/framework7-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
{
"name": "framework7-react",
"version": "0.0.7",
"description": "A library of React components that leverages Framework7 HTML + CSS",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"directories": {
"example": "examples"
},
"scripts": {
"test": "gulp test",
"build": "gulp && cd kitchen-sink && rm -rf node_modules/framework7-react && npm install && gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bencompton/framework7-react.git"
},
"keywords": [
"framework7",
"react",
"typescript"
],
"author": "Ben Compton",
"license": "MIT",
"bugs": {
"url": "https://github.com/bencompton/framework7-react/issues"
},
"homepage": "https://github.com/bencompton/framework7-react#readme",
"devDependencies": {
"css-loader": "^0.25.0",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.2.0",
"gulp-tslint": "^7.0.1",
"gulp-typescript": "^3.1.3",
"merge2": "^1.0.2",
"tslint": "^4.0.2",
"tslint-microsoft-contrib": "^4.0.0",
"tslint-react": "^2.0.0",
"typescript": "2.0.6"
},
"dependencies": {
"bluebird": "^3.4.6",
"framework7": "1.4.2",
"invariant": "2.2.1",
"jquery": "3.1.1",
"react": "^15.4.0",
"react-portal": "git+https://github.com/bencompton/react-portal.git#release"
}
}