-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 939 Bytes
/
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
{
"name": "nx-linaria",
"description": "A Nx Webpack plugin for enabling Linaria loader for babel projects.",
"keywords": [
"nx",
"webpack",
"react",
"babel",
"linaria"
],
"version": "2.0.4",
"source": "./index.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": "https://github.com/GraxMonzo/nx-linaria.git",
"author": "Bekzat Samatov <[email protected]>",
"license": "MIT",
"scripts": {
"build": "parcel build",
"release": "np --yolo --no-yarn"
},
"devDependencies": {
"@nx/webpack": "^19.3.0",
"@parcel/packager-ts": "^2.12.0",
"@parcel/transformer-typescript-types": "^2.12.0",
"np": "^10.0.6",
"parcel": "^2.12.0",
"typescript": "~5.4.2",
"webpack": "^5.92.1"
},
"peerDependencies": {
"@nx/webpack": "^17.2.x",
"@linaria/core": "^6.x.x"
},
"dependencies": {
"@wyw-in-js/webpack-loader": "^0.5.3"
}
}