-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1008 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
{
"name": "rivet-docs",
"version": "1.16.0",
"description": "Rivet design system documentation website",
"main": "index.html",
"author": "Indiana University",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/indiana-university/rivet-docs"
},
"scripts": {
"start": "gulp serve",
"publish:test": "sh deploy.sh",
"publish:live": "sh deploy.sh -P"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"browser-sync": "^2.26.7",
"child_process": "1.0.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "2.6.1",
"gulp-sass": "^5.1.0",
"gulp-uglify": "3.0.0",
"gulp-util": "3.0.8",
"node-sass": "^7.0.1",
"path": "0.12.7",
"rivet-uits": "^1.8.3",
"rollup": "^1.11.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3"
},
"dependencies": {}
}