forked from salesforce-ux/design-system-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "design-system-starter-kit",
"repository": "https://github.com/salesforce-ux/design-system-starter-kit",
"version": "1.0.0",
"description": "Boilerplate to get started with a local Lightning Design System installation",
"main": "",
"scripts": {
"test": "gulp build",
"dev": "gulp",
"prestart": "gulp build"
},
"engines": {
"node": ">=6.5.0",
"npm": ">=3.10.5"
},
"keywords": [
"lightning",
"design",
"system",
"slds",
"salesforce"
],
"author": "Salesforce",
"license": "SEE LICENSE IN README.md",
"dependencies": {
"@salesforce-ux/design-system": "~2.1.2",
"browser-sync": "^2.15.0",
"del": "^2.2.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-data": "^1.2.1",
"gulp-load-plugins": "^1.2.2",
"gulp-minify-css": "^1.2.4",
"gulp-nunjucks": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"http-auth": "^2.4.8",
"run-sequence": "^1.1.5"
}
}