-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
68 lines (68 loc) · 1.93 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
{
"name": "goood",
"version": "1.1.8",
"description": "goood website",
"main": "index.js",
"scripts": {
"dev": "node index",
"deploy-beta": "./deploy-beta.sh",
"deploy-beta-travis": "./deploy-beta-travis.sh",
"deploy-prod": "./deploy-prod.sh",
"deploy-prod-travis": "./deploy-prod-travis.sh",
"update-version-beta": "./update-version-beta.sh",
"test": ""
},
"author": "Kilix",
"dependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"blazy": "^1.6.2",
"browser-sync": "^2.13.0",
"chart.js": "^2.8.0",
"debug": "^2.2.0",
"dotenv": "^8.2.0",
"fg-loadcss": "^1.3.1",
"flickity": "^2.0.2",
"gsap": "^1.19.0",
"hammerjs": "^2.0.8",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.3.0",
"history": "^3.0.0",
"iscroll": "^5.2.0",
"lodash": "^4.14.1",
"ltx": "^2.4.2",
"metalsmith": "^2.1.0",
"metalsmith-autoprefixer": "^1.1.0",
"metalsmith-build-date": "^0.2.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-date-formatter": "^1.0.2",
"metalsmith-ignore": "^0.1.2",
"metalsmith-layouts": "^1.6.5",
"metalsmith-mapsite": "^1.0.4",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-register-helpers": "^0.2.0",
"metalsmith-rootpath": "^1.0.4",
"metalsmith-sass": "^1.3.0",
"metalsmith-updated": "^0.1.4",
"metalsmith-webpack": "^1.0.3",
"mobile-detect": "^1.3.2",
"object-fit-images": "^2.5.6",
"page": "^1.7.1",
"resolve": "^1.1.7",
"scrollmagic": "^2.0.5",
"webpack": "^1.13.1",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-polyfill": "^6.13.0",
"bootstrap": "^3.3.7",
"eslint": "^3.0.1",
"eslint-config-airbnb-base": "^4.0.0",
"eslint-plugin-import": "^1.10.2",
"jquery": "^3.2.1"
}
}