-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 933 Bytes
/
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
{
"name": "gravity",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"development": "mix",
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"prod": "mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bubalubs/gravity.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bubalubs/gravity/issues"
},
"homepage": "https://github.com/Bubalubs/gravity#readme",
"devDependencies": {
"axios": "^1.3.6",
"bulma": "^0.9.1",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.49",
"liquor-tree": "^0.2.70",
"tiptap": "^1.31.0",
"tiptap-extensions": "^1.34.0",
"v-tooltip": "^2.1.2",
"vue": "^2.6.12",
"vue-color": "^2.8.1",
"vue-loader": "^15.10.0"
}
}