noredink-ui/package.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2018-03-28 00:42:26 +03:00
{
"name": "@noredink/ui",
2022-11-22 23:53:20 +03:00
"version": "1.4.1",
2018-03-28 00:42:26 +03:00
"description": "UI widgets we use.",
"main": "lib/index.js",
2018-03-28 00:42:26 +03:00
"directories": {
"test": "tests"
},
2018-11-01 05:01:56 +03:00
"files": [
2019-01-18 21:28:51 +03:00
"dist.js",
"lib/**/*.js"
2018-11-01 05:01:56 +03:00
],
2018-03-28 00:42:26 +03:00
"scripts": {
2018-11-01 05:01:56 +03:00
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build-lib",
"build-lib": "npx browserify --entry lib/index.js --outfile dist.js"
2018-03-28 00:42:26 +03:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoRedInk/NoRedInk-ui.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/NoRedInk/NoRedInk-ui/issues"
},
"homepage": "https://github.com/NoRedInk/NoRedInk-ui#readme",
"devDependencies": {
2023-04-18 00:06:16 +03:00
"@axe-core/puppeteer": "^4.4.3",
"@percy/cli": "^1.4.0",
"@percy/puppeteer": "^2.0.2",
2023-04-18 00:07:01 +03:00
"axe-core": "^4.7.0",
2023-04-18 00:05:29 +03:00
"browserify": "^17.0.0",
2023-04-18 00:06:16 +03:00
"expect": "29.5.0",
2023-04-18 00:07:08 +03:00
"mocha": "^10.2.0",
2022-06-27 21:58:24 +03:00
"prettier": "^2.7.1",
"puppeteer": "^13.0.1",
2023-04-18 00:06:16 +03:00
"request": "^2.88.2"
2022-06-27 21:58:24 +03:00
},
"dependencies": {
"http-server": "^14.1.1"
2018-03-28 00:42:26 +03:00
}
}