-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 866 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 866 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": "appscode-web",
"version": "0.2.0",
"description": "appscode.com",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass:watch": "sass --no-source-map --watch ./static/assets/sass/main.scss:./static/assets/sass/main.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appscode-cloud/appscode_web.git"
},
"author": "AppsCode Inc. <support@appscode.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/appscode-cloud/appscode_web/issues"
},
"homepage": "https://github.com/appscode-cloud/appscode_web#readme",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"autoprefixer": "^10.4.27",
"postcss-cli": "^9.1.0",
"sass": "^1.100.0"
},
"private": true,
"dependencies": {
"bulma": "^0.9.4",
"postcss": "^8.4.12"
}
}