forked from Attendize/Attendize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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": "attendize",
"version": "2.8.0",
"description": "Attendize Ticketing Platform",
"main": "public/index.php",
"dependencies": {
"less": "^3.10.3"
},
"private": true,
"devDependencies": {
"axios": "^0.19",
"bower": "^1.8.8",
"cross-env": "^6.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"laravel-elixir": "6.0.0-18",
"laravel-mix": "^5.0.0",
"lodash": "^4.17.15",
"resolve-url-loader": "^3.1.1",
"sass": "^1.23.7",
"sass-loader": "^8.0.0"
},
"scripts": {
"build-frontend": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/attendize/attendize.git"
},
"author": "Attendize",
"license": "ISC"
}