This repository has been archived by the owner on Jul 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.01 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
{
"name": "abimis",
"version": "0.4.1",
"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",
"redux": "gulp redux",
"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": "^8.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.23.6",
"chalk": "^2.3.1",
"connect-history-api-fallback": "^1.5.0",
"cssnano": "^3.10.0",
"doiuse": "^4.0.0",
"figlet": "^1.2.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-humans": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-postcss": "^7.0.1",
"gulp-real-favicon": "^0.2.2",
"gulp-robots": "^2.0.4",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"iungo": ">=0.1.0 <1.0.0",
"minimist": "^1.2.0",
"node-notifier": "^5.2.1",
"postcss-scss": "^1.0.3",
"remotedev-server": "^0.2.4",
"rimraf": "^2.6.2",
"shelljs": "^0.8.1",
"vinyl-source-stream": "^2.0.0",
"webpack": "^3.11.0"
},
"dependencies": {
"abimis-webkit": "https://github.com/aterrae/abimis-webkit.git",
"marked": "^0.3.6",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router-dom": "^4.0.0",
"react-router-redux": "^5.0.0-alpha.4",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"whatwg-fetch": "^2.0.3"
}
}