-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "paver",
"version": "0.0.1",
"description": "Block based drag and drop editor made with Alpine.js.",
"scripts": {
"start-server": "php -S localhost:8000 -t ./tests/localhost",
"stop-server": "lsof -t -i:8000 | xargs kill -9",
"cypress:open": "cypress open",
"cypress:run": "cypress run --headless",
"test": "npm run start-server & npm run cypress:run && npm run stop-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paver/paver.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/paver/paver/issues"
},
"homepage": "https://github.com/paver/paver#readme",
"devDependencies": {
"cypress": "^13.14.1",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.41",
"postcss-import": "^16.1.0",
"postcss-prefixer": "^3.0.0"
},
"dependencies": {
"@alpinejs/morph": "^3.14.1",
"alpinejs": "^3.14.1",
"postcss-nested": "^6.0.1",
"sortablejs": "^1.15.2",
"tippy.js": "^6.3.7"
}
}