-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "securedrop",
"version": "0.0.0",
"private": true,
"description": "",
"main": "webpack.config.js",
"scripts": {
"build": "webpack --mode production",
"start": "webpack watch --mode development --devtool eval-source-map",
"js-lint": "eslint app/**/*.jsx",
"sass-lint": "sass-lint -v"
},
"author": "Harris Lapiroff <[email protected]>",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"autoprefixer": "^10.4.2",
"babel-loader": "^9.1.2",
"babel-plugin-add-module-exports": "^1.0.4",
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.5",
"postcss-loader": "^7.0.2",
"sass": "^1.54.0",
"sass-loader": "^13.0.2",
"webpack": "^5.74.0",
"webpack-bundle-tracker": "^1.6.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"classlist-polyfill": "^1.2.0",
"hamburgers": "^1.2.1",
"pdfobject": "^2.2.7",
"prop-types": "^15.5.10"
}
}