-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.5 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@maintainerati/bikeshed-assets",
"description": "Web assets for Maintainerati Bikeshed",
"license": "MIT",
"version": "0.0.6",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/maintainerati/bikeshed-assets.git"
},
"keywords": [
"bikeshed"
],
"author": "Gawain Lynch <[email protected]>",
"bugs": {
"url": "https://github.com/maintainerati/bikeshed-assets/issues"
},
"homepage": "https://github.com/maintainerati/bikeshed-assets#readme",
"dependencies": {
"@babel/runtime": "^7.6.0",
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-regular-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"bulma": "^0.7.5",
"bulma-calendar": "^6.0.7",
"emoji-datasource": "^4.1.0",
"emoji-datasource-google": "^4.1.0",
"emoji-datasource-twitter": "^4.1.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.6.0",
"@symfony/webpack-encore": "^0.28.0",
"@types/images": "^2.2.2",
"@types/node": "^12.7.4",
"critical": "^1.3.6",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-react": "^7.14.3",
"fork-ts-checker-webpack-plugin": "^1.5.0",
"html-critical-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"inline-critical": "^5.2.2",
"jsdom": "^15.1.1",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"ts-loader": "^6.0.4",
"tslint": "^5.20.0",
"typescript": "^3.6.2",
"typewiz-webpack": "^1.2.4",
"webapp-webpack-plugin": "^2.7.1",
"webpack-notifier": "^1.8.0",
"xmlserializer": "^0.6.1"
},
"scripts": {
"lint": "tslint --format stylish --project .",
"lint-fix": "tslint --fix --format stylish --project .",
"critical": "bin/critical-css.js",
"dev-server": "encore dev-server",
"dev": "encore dev --display-error-details",
"watch": "encore dev --watch --display-error-details",
"build": "encore production --progress --display-error-details"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}