-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1.32 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
{
"name": "palm-tree-css",
"version": "1.0.0",
"description": "🌴 Minimalist. Modern. Simple. 🌴 An open source CSS library.",
"keywords": [],
"homepage": "https://puzzlerdev.github.io/palm-tree-css",
"bugs": {
"url": "https://github.com/PuzzlerDev/palm-tree-css/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PuzzlerDev/palm-tree-css.git"
},
"license": "ISC",
"author": "",
"workspaces": [
"packages/**",
"apps/**"
],
"scripts": {
"core:build": "npm run build --workspace=@palm-tree-css/core",
"core:dev": "npm run dev --workspace=@palm-tree-css/core",
"core:publish": "npm run publish --workspace=@palm-tree-css/core",
"semantic:build": "npm run build --workspace=@palm-tree-css/semantic",
"semantic:dev": "npm run dev --workspace=@palm-tree-css/semantic",
"semantic:publish": "npm run publish --workspace=@palm-tree-css/semantic",
"utilities-class:build": "npm run build --workspace=@palm-tree-css/utilities-class",
"utilities-class:dev": "npm run dev --workspace=@palm-tree-css/utilities-class",
"utilities-class:publish": "npm run publish --workspace=@palm-tree-css/utilities-class",
"web:start": "npm start --workspace=@palm-tree-css/frontend"
},
"devDependencies": {
"gh-pages": "6.1.1",
"sass": "1.72.0"
}
}