-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.46 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
{
"name": "@thinkpixellab-public/px-styles",
"version": "4.0.4",
"description": "Shared scss library",
"main": "index.scss",
"license": "MIT",
"directories": {
"doc": "docs",
"lib": "src"
},
"scripts": {
"test": "jest",
"scratch:build": "node scratch/build.js",
"scratch:index": "node scratch/open.js && nodemon --watch '{scratch,src}/**/*' -e scss --exec 'npm run scratch:build'",
"scratch": "nodemon --watch '{scratch,src}/**/*' -e scss --exec 'npm run scratch:build'",
"docs:build": "node docs/build.js",
"docs:dev": "node docs/open.js && nodemon --watch '{docs,src}/**/*' -e scss --exec 'npm run docs:build'",
"docs:watch": "node docs/open.js && nodemon --watch '{docs,src}/**/*' -e scss --exec 'npm run docs:build'",
"docs": "node docs/build.js && node docs/open.js",
"watch": "npm run scratch && npm run docs:watch"
},
"devDependencies": {
"better-opn": "^3.0.2",
"jest": "^27.5.1",
"nodemon": "^3.1.0",
"npm-watch": "^0.11.0",
"sass": "^1.49.9",
"sass-true": "^6.0.1",
"sassdoc": "^2.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thinkpixellab/px-styles.git"
},
"author": "Pixel Lab",
"bugs": {
"url": "https://github.com/thinkpixellab/px-styles/issues"
},
"homepage": "https://github.com/thinkpixellab/px-styles#readme"
}