UNPKG

nilla-js

Version:

A library of JS modules for creating page components on University of North Texas websites.

48 lines (47 loc) 1.24 kB
{ "name": "nilla-js", "version": "1.0.4", "description": "A library of JS modules for creating page components on University of North Texas websites.", "main": "dist/nilla.js", "scripts": { "start": "./node_modules/.bin/webpack --config webpack.dev.js -w", "build": "./node_modules/.bin/webpack --config webpack.prod.js", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/dakirkwood/nilla-js.git" }, "keywords": [ "UNT", "University-of-North-Texas", "component-factory" ], "author": "David Kirkwood", "license": "ISC", "bugs": { "url": "https://github.com/dakirkwood/nilla-js/issues" }, "homepage": "https://github.com/dakirkwood/nilla-js#readme", "devDependencies": { "@babel/core": "^7.14.3", "@babel/preset-env": "^7.14.4", "babel-loader": "^8.2.2", "css-loader": "^5.2.6", "mini-css-extract-plugin": "^1.6.0", "postcss": "^8.3.0", "postcss-loader": "^5.3.0", "postcss-preset-env": "^6.7.0", "webpack": "^5.38.1", "webpack-cli": "^4.7.2", "webpack-merge": "^5.8.0" }, "babel": { "presets": [ "@babel/preset-env" ] }, "browserslist": [ "defaults" ] }