-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.07 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
{
"name": "abimis",
"version": "0.5.0",
"description": "Abimis is a sleek and performant framework made for the modern front-end developer",
"main": "src/js/app.js",
"scripts": {
"start": "gulp",
"dist": "gulp distribution",
"favicons": "gulp favicons",
"get": "gulp get"
},
"repository": {
"type": "git",
"url": "https://github.com/aterrae/abimis"
},
"keywords": [
"abimis",
"aterrae",
"websites",
"front-end",
"framework"
],
"author": "Aterrae | Digital Growth <info@aterrae.com> (https://aterrae.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aterrae/abimis/issues",
"email": "info@aterrae.com"
},
"homepage": "https://abimis.aterrae.com",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.2.1",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.23.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.6",
"browserify": "^14.1.0",
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.3.0",
"cssnano": "^3.10.0",
"doiuse": "^2.5.0",
"figlet": "^1.2.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-hb": "^6.0.2",
"gulp-humans": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-postcss": "^6.3.0",
"gulp-real-favicon": "^0.2.2",
"gulp-robots": "^2.0.4",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.3.0",
"gulp-uglify": "^2.0.0",
"minimist": "^1.2.0",
"node-notifier": "^5.0.2",
"postcss-scss": "^0.4.1",
"rimraf": "^2.5.4",
"shelljs": "^0.7.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.8.0"
},
"dependencies": {
"abimis-webkit": "^0.1.2",
"react": ">=15.0.0 <16.0.0",
"react-dom": ">=15.0.0 <16.0.0",
"react-redux": ">=5.0.0 <6.0.0",
"react-router-dom": ">=4.0.0 <5.0.0",
"react-router-redux": "next",
"redux": ">=3.0.0 <4.0.0",
"redux-thunk": ">=2.0.0 <3.0.0",
"whatwg-fetch": ">=2.0.0 <3.0.0"
}
}