-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"main": "livewire/static/dist/livewire.js",
"name": "laravel-livewire",
"scripts": {
"build": "npx rollup -c",
"watch": "npx rollup -c -w",
"test": "jest",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"
},
"author": "Caleb Porzio",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-alias": "^3.0.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"babel-jest": "^26.3.0",
"core-js": "^3.6.4",
"cross-env": "^7.0.2",
"cross-spawn": "^7.0.3",
"dom-testing-library": "^5.0.0",
"false": "^0.0.4",
"fs-extra": "^9.0.1",
"get-value": "^3.0.1",
"jest": "^26.4.2",
"jest-dom": "^4.0.0",
"jsdom-simulant": "^1.1.2",
"md5": "^2.3.0",
"mock-echo": "^1.1.1",
"rollup": "^2.26.10",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^9.0.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-output-manifest": "^1.0.2",
"rollup-plugin-terser": "^7.0.2",
"whatwg-fetch": "^3.4.0"
},
"dependencies": {
"eslint": "^7.8.1"
}
}