2020-12-21 23:54:35 -08:00
|
|
|
{
|
|
|
|
|
"name": "solid-js",
|
|
|
|
|
"description": "A declarative JavaScript library for building user interfaces.",
|
2021-04-10 01:18:22 -07:00
|
|
|
"version": "0.26.0",
|
2020-12-21 23:54:35 -08:00
|
|
|
"author": "Ryan Carniato",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2021-04-25 00:26:49 -07:00
|
|
|
"url": "https://github.com/solidui/solid"
|
2020-12-21 23:54:35 -08:00
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"postinstall": "lerna bootstrap --hoist --no-ci",
|
|
|
|
|
"clean": "npm run clean:artifacts && npm run clean:packages && npm run clean:root",
|
|
|
|
|
"clean:artifacts": "lerna run clean --parallel",
|
|
|
|
|
"clean:packages": "lerna clean --yes",
|
|
|
|
|
"clean:root": "rimraf node_modules",
|
|
|
|
|
"test": "lerna run test --concurrency=1 --stream",
|
|
|
|
|
"test:coverage": "lerna run test:coverage --parallel",
|
|
|
|
|
"build": "lerna run build --concurrency=1 --stream",
|
2021-03-13 00:13:44 -08:00
|
|
|
"publish:release": "lerna run build && lerna publish"
|
2020-12-21 23:54:35 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-04-10 01:18:22 -07:00
|
|
|
"@babel/cli": "^7.13.14",
|
|
|
|
|
"@babel/core": "^7.13.15",
|
|
|
|
|
"@babel/preset-env": "^7.13.15",
|
|
|
|
|
"@babel/preset-typescript": "^7.13.0",
|
|
|
|
|
"@rollup/plugin-babel": "5.3.0",
|
|
|
|
|
"@rollup/plugin-commonjs": "18.0.0",
|
2020-12-21 23:54:35 -08:00
|
|
|
"@rollup/plugin-json": "4.1.0",
|
2021-04-10 01:18:22 -07:00
|
|
|
"@rollup/plugin-node-resolve": "11.2.1",
|
|
|
|
|
"@rollup/plugin-replace": "2.4.2",
|
|
|
|
|
"@types/jest": "^26.0.22",
|
2021-03-14 01:11:05 -06:00
|
|
|
"@types/shelljs": "^0.8.8",
|
2020-12-21 23:54:35 -08:00
|
|
|
"babel-jest": "^26.6.3",
|
2021-04-10 01:18:22 -07:00
|
|
|
"babel-plugin-jsx-dom-expressions": "~0.26.3",
|
2020-12-21 23:54:35 -08:00
|
|
|
"coveralls": "^3.1.0",
|
2021-04-15 19:40:23 -07:00
|
|
|
"dom-expressions": "0.26.4",
|
2021-03-14 01:11:05 -06:00
|
|
|
"gitly": "^2.0.2",
|
2021-04-15 19:40:23 -07:00
|
|
|
"hyper-dom-expressions": "0.26.4",
|
2020-12-21 23:54:35 -08:00
|
|
|
"jest": "~26.6.3",
|
|
|
|
|
"jest-ts-webcompat-resolver": "^1.0.0",
|
|
|
|
|
"lerna": "^3.22.1",
|
2021-04-15 19:40:23 -07:00
|
|
|
"lit-dom-expressions": "0.26.4",
|
2020-12-21 23:54:35 -08:00
|
|
|
"ncp": "2.0.0",
|
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
|
"rimraf": "^3.0.2",
|
2021-04-10 01:18:22 -07:00
|
|
|
"rollup": "^2.45.1",
|
2020-12-21 23:54:35 -08:00
|
|
|
"rollup-plugin-cleanup": "^3.2.1",
|
2021-04-10 01:18:22 -07:00
|
|
|
"rollup-plugin-copy": "^3.4.0",
|
2021-03-14 01:11:05 -06:00
|
|
|
"shelljs": "^0.8.4",
|
2021-03-06 02:22:07 -08:00
|
|
|
"solid-jest": "^0.0.2",
|
2020-12-21 23:54:35 -08:00
|
|
|
"symlink-dir": "^4.1.0",
|
|
|
|
|
"tsconfig-replace-paths": "0.0.5",
|
2021-04-10 01:18:22 -07:00
|
|
|
"typescript": "~4.2.4"
|
2020-12-21 23:54:35 -08:00
|
|
|
}
|
|
|
|
|
}
|