forked from DMPRoadmap/roadmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.05 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
{
"name": "roadmap",
"version": "1.1.0",
"description": "Roadmap front-end dependencies",
"main": "null",
"scripts": {
"bundle": "bundle exec rake assets:precompile",
"lint": "yarn run eslint --ext .js app/javascript/**/*.js",
"test": "karma start spec/karma/unit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DMPRoadmap/roadmap.git"
},
"keywords": [
"One",
"Two",
"Three"
],
"author": "California Digital Library (CDL)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DMPRoadmap/roadmap/issues"
},
"homepage": "https://github.com/DMPRoadmap/roadmap#readme",
"dependencies": {
"@rails/webpacker": "3.5",
"bootstrap": "^4.1.3",
"bootstrap-3-typeahead": "^4.0.2",
"bootstrap-sass": "^3.3.7",
"chart.js": "^2.7.2",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-utils": "^1.4.1",
"jquery": "^3.3.1",
"jquery-accessible-autocomplete-list-aria": "^1.6.1",
"jquery-ui": "^1.12.1",
"jquery-ujs": "^1.2.2",
"js-cookie": "^2.2.0",
"moment": "^2.22.2",
"number-to-text": "^0.3.5",
"timeago.js": "4.0.0-beta.1",
"tinymce": "^4.8.3",
"webpack": "^3.12.0",
"webpack-manifest-plugin": "^2.0.4",
"webpack-merge": "3"
},
"devDependencies": {
"babel-core": "6",
"babel-loader": "7",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"jasmine": "^3.3.0",
"jasmine-core": "^3.3.0",
"js-yaml": "^3.13.1",
"karma": "^3.1.1",
"karma-babel-preprocessor": "^7.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-jquery": "^0.2.3",
"karma-json-fixtures-preprocessor": "0.0.6",
"karma-webpack": "^3.0.5",
"path-complete-extname": "^1.0.0",
"popper": "^1.0.1",
"webpack-dev-server": "^3.1.11"
}
}