This repository has been archived by the owner on Apr 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
82 lines (82 loc) · 2.35 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
75
76
77
78
79
80
81
82
{
"author": {
"name": "Albert R. Mann Library",
"url": "http://mannlib.cornell.edu"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/cul-it/mann-wagon/issues"
},
"name": "mann-wagon",
"version": "0.2.0",
"description": "Packages for Mann Library website on Locomotive",
"main": "index.js",
"devDependencies": {
"Bitters": "github:thoughtbot/bitters#v1.3.1",
"accoutrement-color": "^2.0.0",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-runtime": "^6.6.1",
"bourbon": "github:thoughtbot/bourbon",
"breakpoint-sass": "^2.7.0",
"browser-sync": "^2.13.0",
"browser-sync-webpack-plugin": "^1.1.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-loader": "^0.4.3",
"lodash": "^4.17.19",
"mathsass": "^0.9.5",
"moment": "^2.19.3",
"node-sass": "^4.13.1",
"normalize-scss": "^4.0.3",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"sass-lint": "^1.7.0",
"sass-loader": "^4.0.0",
"standard": "^10.0.2",
"style-loader": "^0.13.1",
"susy": "^2.2.12",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.5.1",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.0",
"webpack-config": "^7.0.0",
"webpack-shell-plugin": "0.4.5",
"xml2js": "^0.4.17"
},
"dependencies": {
"csvtojson": "^1.0.2",
"formvalidation": "github:formvalidation/formvalidation",
"jquery": "~3.5.0",
"jquery-ui": "1.12.1",
"list.js": "^1.2.0",
"semantic-ui-css": "^2.2.1",
"slick-carousel": "^1.7.1",
"vue": "^1.0.23",
"vue-filter": "^0.1.1",
"vue-resource": "^0.7.0",
"vue-router": "^0.7.13"
},
"scripts": {
"build": "NODE_ENV=production webpack --progress",
"lint": "yarn lint-sass && yarn lint-js",
"lint-js": "standard",
"lint-sass": "sass-lint 'src/scss/**/*.scss' -v -q",
"start": "bundle exec wagon serve -v -l=0 -d -f && webpack --progress --watch",
"test": "yarn lint"
},
"standard": {
"globals": [
"$"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/cul-it/mann-wagon.git"
},
"homepage": "https://github.com/cul-it/mann-wagon#readme"
}