forked from alpinejs/alpine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.56 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
46
{
"main": "dist/alpine.js",
"name": "alpinejs",
"version": "2.8.2",
"repository": {
"type": "git",
"url": "git://github.com/alpinejs/alpine.git"
},
"scripts": {
"watch": "rollup -c -w",
"build": "concurrently \"rollup -c\" \"npx rollup -c rollup-ie11.config.js\" \"node inject-version-readme\"",
"test": "npx jest",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand"
},
"author": "Caleb Porzio",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-multi-entry": "^3.0.1",
"@rollup/plugin-replace": "^2.3.4",
"@testing-library/dom": "^6.16.0",
"@testing-library/jest-dom": "^4.2.4",
"@webcomponents/template": "^1.4.4",
"babel-jest": "^25.5.1",
"classlist-polyfill": "^1.2.0",
"concurrently": "^5.3.0",
"core-js": "^3.8.3",
"element-closest": "^3.0.2",
"element-remove": "^1.0.4",
"events-polyfill": "^2.1.2",
"jest": "^25.5.4",
"jsdom-simulant": "^1.1.2",
"observable-membrane": "^0.26.1",
"proxy-polyfill": "^0.3.2",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-filesize": "^6.2.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-strip-code": "^0.2.7",
"rollup-plugin-terser": "^7.0.2",
"shim-selected-options": "^1.0.1"
},
"dependencies": {}
}