mirror of https://github.com/astrit/css.gg.git
51 lines
1.3 KiB
JSON
Executable File
51 lines
1.3 KiB
JSON
Executable File
{
|
|
"name": "styled-cssgg",
|
|
"version": "1.1.0",
|
|
"main": "lib/index.js",
|
|
"module": "lib/index.js",
|
|
"browser": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"css.gg": "1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "24.0.22",
|
|
"@types/ms": "0.7.31",
|
|
"@types/react": "16.9.23",
|
|
"@types/styled-components": "5.0.1",
|
|
"fs-extra": "8.1.0",
|
|
"husky": "3.0.9",
|
|
"jest": "24.9.0",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"mustache": "4.0.0",
|
|
"np": "5.1.3",
|
|
"prettier": "1.19.1",
|
|
"pretty-quick": "2.0.1",
|
|
"react": "16.13.0",
|
|
"rimraf": "3.0.0",
|
|
"styled-components": "5.0.1",
|
|
"ts-jest": "24.1.0",
|
|
"ts-node": "8.5.0",
|
|
"tslib": "1.10.0",
|
|
"typescript": "3.7.2"
|
|
},
|
|
"scripts": {
|
|
"prebuild": "node scripts/pre-build.js && npm run prettier",
|
|
"build": "tsc",
|
|
"test": "ts-node test/test.ts",
|
|
"pretest": "npm run build",
|
|
"update": "npm update && npm update --save-dev",
|
|
"check": "npm outdated && npm outdated --save-dev",
|
|
"prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish --any-branch",
|
|
"prettier": "prettier --config .prettierrc --write 'src/**/*'"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|