This repository has been archived by the owner on May 22, 2024. It is now read-only.
forked from eregs/regulations-site
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
84 lines (84 loc) · 2.25 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
83
84
{
"name": "regulations-site",
"version": "1.0.0",
"description": "forked copy of eregs/regulations-site ",
"main": "Gruntfile.js",
"dependencies": {
"backbone": "^1.3.3",
"backbone-query-parameters": "0.4.0",
"backbone.localstorage": "^2.0.0",
"clipboard": "^1.7.1",
"datatables.net": "^1.10.15",
"filesize": "^3.5.10",
"jquery": "^1.12.4",
"jquery-lazyload": "^1.9.7",
"jquery-scrollstop": "^1.2.0",
"prosemirror": "0.4.0",
"query-command-supported": "^1.0.0",
"query-string": "^5.0.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"redux": "^3.6.0",
"respond.js": "^1.4.2",
"underscore": "^1.8.3",
"urijs": "^1.18.10"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.12",
"chai": "^3.5.0",
"coveralls": "^2.11.2",
"deamdify": "^0.1.1",
"dom-storage": "^2.0.2",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"expect.js": "~0.2.0",
"grunt": "~1.1.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-env": "^0.4.4",
"grunt-eslint": "^19.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-dart-sass": "^2.0.0",
"grunt-shell": "^1.2.1",
"isparta": "^4.0.0",
"load-grunt-tasks": "^3.4.1",
"minifyify": "^7.2.1",
"mocha": "^5.2.0",
"mocha-jsdom": "^2.0.0",
"sass": "^1.58.0",
"nyc": "15.0.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"watch": "^0.17.1"
},
"browser": {
"jquery": "./node_modules/jquery/dist/jquery.js"
},
"browserify-shim": {
"jquery": {
"exports": "jQuery"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fecgov/regulations-site.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fecgov/regulations-site/issues"
},
"homepage": "https://github.com/fecgov/regulations-site#readme"
}