-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 945 Bytes
/
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": "foundation-classic-theme",
"version": "1.4.0",
"description": "Omeka Classic theme using the Foundation toolkit.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp css"
},
"author": "Omeka Team <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/omeka/theme-foundation/issues",
"email": "[email protected]"
},
"dependencies": {
"foundation-sites": "^6.8.1",
"gulp-cli": "^3.0.0",
"jquery": "^3.5.1",
"motion-ui": "~2.0.0",
"sass": "^1.49.8",
"what-input": "^5.2.10"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"gulp": "^5.0.0",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.0.0",
"minimist": "^1.2.3"
},
"browserslist": [
"last 2 versions",
"ie >= 9"
],
"repository": {
"type": "git",
"url": "https://github.com/zurb/foundation-sites-template.git"
},
"private": true
}