stylex-webpack
Version:
The another Webpack Plugin for Facebook's StyleX
86 lines (85 loc) • 2.38 kB
JSON
{
"name": "stylex-webpack",
"version": "0.3.2",
"description": "The another Webpack Plugin for Facebook's StyleX",
"homepage": "https://github.com/SukkaW/style9-webpack#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/SukkaW/stylex-webpack.git"
},
"bugs": {
"url": "https://github.com/SukkaW/style9-webpack/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"next.d.ts",
"next.js"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "rollup -c rollup.config.ts --configPlugin swc3 --bundleConfigAsCjs",
"lint": "eslint --format=sukka .",
"test": "mocha --require @swc-node/register test/index.ts",
"test:update": "mocha --update --require @swc-node/register test/index.ts",
"prerelease": "npm run build && npm run lint",
"release": "bumpp -r --all --commit=\"release: %s\" --tag=\"%s\""
},
"keywords": [
"css",
"atomic-css",
"stylex",
"css-in-js",
"webpack",
"nextjs",
"app-router"
],
"author": "Sukka <https://skk.moe>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-syntax-jsx": "^7.24.1",
"@babel/plugin-syntax-typescript": "^7.24.1",
"@stylexjs/babel-plugin": "^0.5.1",
"loader-utils": "^3.2.1"
},
"devDependencies": {
"@eslint-sukka/node": "^5.1.2",
"@eslint-sukka/ts": "^5.1.2",
"@swc-node/register": "^1.9.0",
"@swc/core": "^1.4.12",
"@types/babel__core": "^7.20.5",
"@types/chai": "^4.3.14",
"@types/loader-utils": "^2.0.6",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.4",
"browserslist": "^4.23.0",
"bumpp": "^9.3.0",
"chai": "^4.4.1",
"css-loader": "^6.10.0",
"eslint": "^8.57.0",
"eslint-config-sukka": "^5.1.2",
"eslint-formatter-sukka": "^5.1.2",
"memfs": "^4.8.1",
"mini-css-extract-plugin": "^2.8.1",
"mocha": "^10.4.0",
"mocha-chai-jest-snapshot": "^1.1.4",
"next": "^14.1.4",
"postcss": "^8.4.38",
"rimraf": "^5.0.5",
"rollup": "^4.14.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-swc3": "^0.11.0",
"swc-loader": "^0.2.6",
"typescript": "^5.4.4",
"webpack": "^5.91.0"
},
"peerDependencies": {
"@stylexjs/stylex": "*"
},
"overrides": {
"chai": "$chai"
}
}