-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "openletter",
"version": "0.1",
"description": "Static webpage for the Mozilla Open Letter to AI industry",
"scripts": {
"start": "export NODE_ENV=development && webpack serve",
"build": "export NODE_ENV=production && webpack",
"watch": "export NODE_ENV=development && webpack watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozmeao/openletter.git"
},
"author": "mozmeao",
"license": "MPL",
"bugs": {
"url": "https://github.com/mozmeao/openletter/issues"
},
"homepage": "https://github.com/mozmeao/openletter#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.8.3",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"html-bundler-webpack-plugin": "^1.17.1",
"nunjucks": "^3.2.4",
"postcss": "^8.4.31",
"sass-loader": "^13.2.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
},
"dependencies": {
"@mozilla-protocol/core": "^16.1.0",
"@mozmeao/dnt-helper": "^1.0.0"
}
}