forked from livewire/livewire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.4 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
{
"main": "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.1.1",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"babel-jest": "^24.9.0",
"core-js": "^3.6.5",
"cross-env": "^5.2.1",
"cross-spawn": "^6.0.5",
"dom-testing-library": "^3.19.4",
"false": "^0.0.4",
"fs-extra": "^8.1.0",
"get-value": "^3.0.1",
"jest": "^24.9.0",
"jest-dom": "^3.5.0",
"jsdom-simulant": "^1.1.2",
"md5": "^2.3.0",
"mock-echo": "^1.1.1",
"rollup": "^1.29.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^6.2.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-output-manifest": "^1.0.2",
"rollup-plugin-terser": "^5.3.1",
"whatwg-fetch": "^3.4.1"
},
"dependencies": {}
}