This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
57 lines (57 loc) · 1.71 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
{
"name": "securethenews",
"version": "1.0.0",
"description": "Educating news organizations about transport security.",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"start": "webpack watch --mode development --devtool eval-source-map",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freedomofpress/securethenews.git"
},
"author": "Harris Lapiroff <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/freedomofpress/securethenews/issues"
},
"homepage": "https://github.com/freedomofpress/securethenews#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-add-module-exports": "^1.0.4",
"css-loader": "^5.2.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"mini-css-extract-plugin": "^1.4.1",
"npm-audit-plus": "^0.2.0",
"postcss": "^8.2.15",
"postcss-loader": "^4.2.0",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"sass": "^1.32.8",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"webpack": "^5.39.0",
"webpack-bundle-tracker": "^1.1.0",
"webpack-cli": "^4.7.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"backbone": "^1.3.3",
"file-loader": "^6.2.0",
"font-awesome": "^4.7.0",
"jquery": "^3.5.0",
"lodash": "^4.17.20",
"source-sans-pro": "^2.45.0",
"underscore": "^1.13.1"
}
}