generated from building-blox/building-blox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.03 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
73
74
75
76
{
"name": "blox.site.quiz",
"version": "0.0.1",
"description": "A Building Blox informational/brochure site that includes a quiz.",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --watch --mode development",
"dev:prod": "webpack --watch --production"
},
"author": "Kieran Roberts <https://github.com/KieranRoberts44>",
"contributors": [
"Richard Lovell <richjavalabs@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/Building-Blox/blox.site.quiz.git"
},
"keywords": [
"blox",
"static",
"site",
"website",
"generator",
"webpack",
"nunjucks",
"sass",
"components",
"partials",
"lambda",
"pagination"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.5",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"chalk": "^3.0.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.2.1",
"dotenv": "^8.2.0",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"extra-watch-webpack-plugin": "^1.0.3",
"file-loader": "^5.0.2",
"html-loader": "^0.5.5",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"nunjucks": "^3.2.0",
"nunjucks-isomorphic-loader-ext": "^1.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"sass-loader": "^8.0.0",
"svg-url-loader": "^3.0.3",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"tslint-loader": "^3.5.4",
"typescript": "^3.7.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^3.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"bootstrap": "^4.4.1",
"jquery": "^3.4.1"
}
}