-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.43 KB
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
{
"name": "bppwrite.github.io",
"version": "1.0.0",
"description": "the website of the bloomington playwrights project",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"postinstall": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bppwrite/bppwrite.github.io.git"
},
"author": "",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/bppwrite/bppwrite.github.io/issues"
},
"homepage": "https://github.com/bppwrite/bppwrite.github.io#readme",
"devDependencies": {
"autoprefixer": "^8.6.5",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint": "^4.19.1",
"exports-loader": "^0.7.0",
"file-loader": "^1.1.11",
"mini-css-extract-plugin": "^0.7.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^2.1.6",
"resolve-url-loader": "^2.3.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.34.0",
"webpack-cli": "^3.1.1"
},
"dependencies": {
"bootstrap": "^4.3.1",
"imagesloaded": "^4.1.4",
"jquery": "^3.4.1",
"masonry-layout": "^4.2.2",
"node-sass": "^4.12.0",
"popper.js": "^1.15.0",
"redux": "^4.0.1",
"rxjs": "^5.5.12",
"slideout": "^1.0.1"
}
}