-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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": "@seventysix/web",
"version": "1.0.0",
"description": "76 Podcasting Website",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server",
"prod": "webpack --config webpack.prod.config.js"
},
"keywords": [],
"author": "Henry Le Grys <henry@legrys.info>",
"license": "MPL-2.0",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@svgr/webpack": "^4.3.3",
"@types/mithril": "^2.0.4",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"file-loader": "^4.3.0",
"graphql": "^14.7.0",
"graphql-tag": "^2.11.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.3.0",
"svg-inline-loader": "^0.8.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"fork-awesome": "^1.1.7",
"lazysizes": "^5.2.2",
"mithril": "^2.0.4",
"redux": "^4.0.5",
"simplex-noise": "^2.4.0",
"vivus": "^0.4.5"
}
}