forked from alpinejs/alpine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.33 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
{
"main": "dist/alpine.js",
"name": "alpinejs",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git://github.com/alpinejs/alpine.git"
},
"scripts": {
"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"
},
"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",
"@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"
},
"dependencies": {}
}