|
@@ -1,39 +1,28 @@
|
|
|
{
|
|
|
"main": "dist/alpine.js",
|
|
|
"name": "alpinejs",
|
|
|
- "version": "1.1.1",
|
|
|
+ "version": "1.1.2",
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
"url": "git://github.com/alpinejs/alpine.git"
|
|
|
},
|
|
|
"scripts": {
|
|
|
+ "watch": "npx microbundle watch src/index.js",
|
|
|
+ "build": "npx microbundle build src/index.js",
|
|
|
"test": "npx jest",
|
|
|
- "test:debug": "node --inspect node_modules/.bin/jest --runInBand",
|
|
|
- "unminified": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
|
- "minified": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
|
- "watch": "npm run unminified -- --watch",
|
|
|
- "build": "npm run unminified && npm run minified"
|
|
|
+ "test:debug": "node --inspect node_modules/.bin/jest --runInBand"
|
|
|
},
|
|
|
"author": "Caleb Porzio",
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
- "@babel/cli": "^7.7.5",
|
|
|
- "@babel/core": "^7.7.5",
|
|
|
- "@babel/preset-env": "^7.7.6",
|
|
|
- "@testing-library/dom": "^6.10.1",
|
|
|
+ "@babel/preset-env": "^7.7.7",
|
|
|
+ "@testing-library/dom": "^6.11.0",
|
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
|
"babel-jest": "^24.8.0",
|
|
|
- "cross-env": "^5.2.0",
|
|
|
- "cross-spawn": "^6.0.5",
|
|
|
- "false": "^0.0.4",
|
|
|
- "get-value": "^3.0.1",
|
|
|
"jest": "^24.8.0",
|
|
|
"jsdom-simulant": "^1.1.2",
|
|
|
- "laravel-mix": "^5.0.0",
|
|
|
- "laravel-mix-merge-manifest": "^0.1.2",
|
|
|
- "mock-echo": "^1.1.0",
|
|
|
- "promise-polyfill": "^8.1.3",
|
|
|
- "vue-template-compiler": "^2.6.10"
|
|
|
+ "microbundle": "^0.11.0",
|
|
|
+ "mock-echo": "^1.1.0"
|
|
|
},
|
|
|
"dependencies": {}
|
|
|
}
|