-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.18 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
{
"name": "autumn-website",
"version": "1.0.0",
"description": "The Autumn Website at autumnai.com.",
"main": "index.js",
"scripts": {
"build": "babel-node build.js",
"deploy": "sh ./deploy.sh"
},
"author": "Michael Hirn <[email protected]>",
"dependencies": {
"babel-polyfill": "^6.5.0",
"babel-runtime": "^6.5.0",
"es6-promise": "^3.1.2",
"exports-loader": "^0.6.3",
"imports-loader": "^0.6.5",
"metalsmith": "^2.1.0",
"metalsmith-google-analytics": "0.0.1",
"metalsmith-html-minifier": "^1.1.0",
"metalsmith-in-place": "^1.3.2",
"metalsmith-layouts": "^1.4.2",
"metalsmith-markdown": "^0.2.1",
"metalsmith-sass": "^1.3.0",
"plotly.js": "^1.6.3",
"tinyliquid": "^0.2.30",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^2.3.0",
"eslint-config-google": "^0.4.0",
"metalsmith-babel": "^4.0.0",
"metalsmith-webpack": "^1.0.3",
"underscore": "^1.8.3",
"webpack": "^1.12.14"
}
}