-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.02 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
{
"name": "wpi-theme",
"version": "1.1",
"description": "Theme for The Once and Future Institute Park, a modified version of the Berlin theme",
"main": "gulpfile.js",
"dependencies": {
"@glidejs/glide": "^3.3.0",
"file-loader": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"autoprefixer": "^6.4.0",
"babel-loader": "^8.0.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"css-loader": "^1.0.1",
"gulp": "github:gulpjs/gulp",
"gulp-postcss": "^6.1.1",
"gulp-sass": "^2.3.2",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"susy": "^2.2.12",
"uglifyjs-webpack-plugin": "^1.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
},
"scripts": {
"test": "test"
},
"keywords": [
"\"brown",
"green",
"sans-serif\""
],
"author": "\"Ryan Johnson and Roy Rosenzweig Center for History and New Media\"",
"license": "GPL-3.0"
}