Initial commit

This commit is contained in:
Stéphan Kochen
2020-08-23 18:11:31 +02:00
commit 45050621c8
14 changed files with 4286 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "yarn-plugin-nixify",
"version": "0.0.0",
"main": "./src/index.ts",
"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": "12",
"@yarnpkg/cli": "^2.1.1",
"@yarnpkg/core": "^2.1.1",
"@yarnpkg/fslib": "^2.1.0",
"@yarnpkg/plugin-pnp": "^2.1.0",
"babel-loader": "^8.1.0",
"clipanion": "^2.4.4",
"prettier": "^2.0.5",
"raw-loader": "^4.0.1",
"typescript": "^4.0.2",
"webpack": "next",
"webpack-sources": "^1.4.3"
},
"scripts": {
"build": "./build.js -p",
"build-dev": "./build.js"
}
}