-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
31 lines (31 loc) · 859 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
{
"name": "yarn-plugin-nixify",
"version": "0.0.0",
"main": "./src/index.ts",
"scripts": {
"check": "tsc",
"build": "./build.js -p",
"build-dev": "./build.js",
"fmt": "prettier --write src"
},
"packageManager": "[email protected]",
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/preset-typescript": "^7.10.4",
"@types/node": "18",
"@yarnpkg/cli": "^4.0.0",
"@yarnpkg/core": "^4.0.0",
"@yarnpkg/fslib": "^3.0.0",
"@yarnpkg/plugin-patch": "^4.0.0",
"@yarnpkg/plugin-pnp": "^4.0.0",
"babel-loader": "^9.1.3",
"clipanion": "^4.0.0-rc.2",
"prettier": "3.0.3",
"raw-loader": "^4.0.1",
"typescript": "5.2.2",
"webpack": "^5.35.0",
"webpack-sources": "^3.2.3"
}
}