-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.81 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.81 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
{
"name": "imkreative.com",
"version": "1.0.0",
"description": "imkreative.com Website",
"main": "index.js",
"dependencies": {
"axios": "^0.15.3",
"body-parser": "^1.17.1",
"connect-redis": "^3.3.0",
"errorhandler": "^1.5.0",
"express": "^4.15.2",
"express-session": "^1.15.3",
"ghost": "^1.0.2",
"ioredis": "^2.5.0",
"json2csv": "^3.7.3",
"mailgun-js": "^0.11.2",
"moment": "^2.18.1",
"mongoose": "^4.10.5",
"nodemon": "^1.11.0",
"normalize.css": "^5.0.0",
"page": "^1.7.1",
"request": "^2.81.0",
"shopify-buy": "^0.7.1",
"vue": "^2.2.4",
"vue-router": "^3.0.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"copy-webpack-plugin": "^4.2.3",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.5.1",
"prerender-spa-plugin": "^2.1.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.0",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"url-loader": "^0.5.8",
"vue-loader": "^11.2.0",
"vue-template-compiler": "^2.2.4",
"webpack": "^2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node ./postinstall.js && node ./node_modules/knex-migrator/bin/knex-migrator init"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cg219/imkreative.com.git"
},
"author": "Clemente Gomez",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/cg219/imkreative.com/issues"
},
"engines": {
"node": "6.11.0"
},
"homepage": "https://github.com/cg219/imkreative.com#readme"
}