-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 809 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 809 Bytes
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
{
"name": "@spinnaker/styleguide",
"version": "2.0.0",
"description": "Base styles used within Spinnaker as CSS",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"prepublishOnly": "npm run build",
"start": "gulp & node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/spinnaker/styleguide.git"
},
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"autoprefixer": "9.4.8",
"cssnano": "4.1.10",
"express": "4.17.3",
"gulp": "4.0.0",
"gulp-concat": "2.6.1",
"gulp-postcss": "8.0.0",
"postcss-css-variables": "0.11.0",
"postcss-extend": "1.0.5",
"postcss-extract-vars": "0.0.1",
"postcss-import": "12.0.1",
"postcss-style-guide": "0.14.0"
}
}