-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "rivet-add-on-boilerplate",
"version": "0.1.1",
"description": "Add the description of your component here",
"repository": {
"type": "git",
"url": "https://github.com/indiana-university/rivet-add-on-boilerplate"
},
"main": "dist/js/rivet-add-on-boilerplate.js",
"scripts": {
"start": "gulp buildDocs && gulp",
"build": "npm run clean && gulp release",
"clean": "rm -rf dist"
},
"author": "",
"addOnName": "MyComponent",
"license": "BSD-3-Clause",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"autoprefixer": "^9.7.2",
"browser-sync": "^2.26.7",
"eslint-config-rivet": "^2.0.0",
"gulp": "^4.0.2",
"gulp-cssnano": "^1.1.0",
"gulp-header": "^2.0.9",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"rivet-uits": "^1.7.2",
"rollup": "^1.27.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-eslint": "^5.1.0",
"sass": "^1.35.1",
"stylelint": "^13.13.1",
"stylelint-config-rivet": "^1.0.0"
}
}