-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.13 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.13 KB
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
{
"name": "TaleAStory",
"version": "0.3.5",
"description": "Package de base",
"main": "src/js/main.js",
"author": "steeve.v91@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Web-Imac-2017/TaleAStory.git"
},
"homepage": "https://github.com/Web-Imac-2017/TaleAStory#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"bootstrap-sass": "^3.3.7",
"browserify": "^13.3.0",
"browserify-shim": "^3.8.12",
"chalk": "^1.1.3",
"core-js": "^2.4.1",
"domready": "^1.0.8",
"es6-promise": "^4.0.5",
"glob": "^7.1.1",
"gsap": "^1.19.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-browserify": "^0.5.1",
"gulp-duration": "0.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-image-resize": "^0.12.0",
"gulp-jsonminify": "^1.0.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.11.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"history": "^3.2.1",
"isomorphic-fetch": "^2.2.1",
"preload-js": "^0.6.3",
"rc-slider": "^6.1.2",
"react": "^15.4.2",
"react-addons-transition-group": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-bootstrap-dialog": "^0.9.1",
"react-dom": "^15.4.2",
"react-history": "^0.18.2",
"react-media": "^1.5.1",
"react-router": "^3.0.2",
"react-scroll-listener": "^0.5.0",
"smoosh": "^0.4.1",
"stringify": "^5.1.0",
"util-merge": "^1.0.0",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.8.0"
},
"browserify": {
"transform": [
"browserify-shim",
"stringify",
"babelify"
]
},
"browserify-shim": {
"timelinelite": "global:TimelineLite",
"tweenlite": "global:TweenLite"
},
"dependencies": {
"gulp-install": "^0.6.0",
"react-keydown": "^1.6.9",
"react-media": "^1.5.1"
}
}