-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.19 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.19 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
{
"name": "misapplied_math",
"version": "1.0.0",
"description": "Misapplied Math Blog",
"repository": "github:klittlepage/misapplied_math",
"scripts": {
"start": "bundle exec middleman serve",
"check_links": "./node_modules/.bin/blc http://localhost:8000 -ro --exclude 'https://linkedin.com/*' --exclude 'https://www.quora.com/*'",
"check_links_prod": "./node_modules/.bin/blc https://www.klittlepage.com -ro --exclude 'https://linkedin.com/*' --exclude 'https://www.quora.com/*'",
"lint_webpack": "./node_modules/.bin/eslint -c ./node_modules/eslint-config-airbnb-base/.eslintrc --fix webpack.config.babel.js",
"build_release": "MIDDLEMAN_ENV=prod bundle exec middleman build"
},
"author": "Kelly Littlepage",
"license": "ISC",
"dependencies": {
"jquery": "^3.2.1",
"d3": "^4.10.2"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"broken-link-checker": "^0.7.6",
"clean-webpack-plugin": "^0.1.16",
"core-decorators": "^0.20.0",
"critical": "^0.9.1",
"css-loader": "^0.28.7",
"eslint": "^4.7.1",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.3.0",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^3.0.0",
"fg-loadcss": "^1.3.1",
"file-loader": "^0.11.2",
"gulp": "^3.9.1",
"image-webpack-loader": "^3.4.2",
"imports-loader": "^0.7.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"node-sass": "^4.5.3",
"npm-check-updates": "^2.12.1",
"postcss-loader": "^2.0.6",
"sass-lint": "^1.11.1",
"sass-loader": "^6.0.6",
"sasslint-webpack-plugin": "^1.0.4",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.6.0",
"webpack-manifest-plugin": "^1.3.2"
}
}