-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 778 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 778 Bytes
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
{
"name": "binary-transparency-website",
"repository": {
"type": "git",
"url": "https://github.com/transparency-dev/binary-transparency-website.git"
},
"dependencies": {
"@lottiefiles/lottie-player": "^1.4.1",
"hammerjs": "^2.0.8",
"lodash": "^4.17.23",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/register": "^7.4.0",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.1.0",
"postcss": "^8.4.31",
"postcss-banner": "^4.0.1",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.2",
"postcss-purgecss": "^5.0.0",
"rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.3.17",
"webpack": "^5.105.0",
"webpack-cli": "^4.8.0"
}
}