-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.69 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
47
48
49
50
51
52
53
54
55
56
{
"name": "attendize",
"version": "2.4.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",
"pnpm": {
"overrides": {
"postcss@<7.0.36": ">=7.0.36",
"node-sass@>=2.0.0 <7.0.0": ">=7.0.0",
"marked@<4.0.10": ">=4.0.10",
"ansi-regex@>2.1.1 <5.0.1": ">=5.0.1",
"trim-newlines@<3.0.1": ">=3.0.1",
"ajv@<6.12.3": ">=6.12.3",
"node-notifier@<8.0.1": ">=8.0.1",
"lodash.template@<4.5.0": ">=4.5.0",
"clean-css@<4.1.11": ">=4.1.11",
"cryptiles@<4.1.2": ">=4.1.2",
"hoek@<4.2.1": ">=4.2.1",
"tar@<4.4.18": ">=4.4.18",
"tar@<4.4.16": ">=4.4.16",
"tar@<3.2.2": ">=3.2.2",
"tar@<3.2.3": ">=3.2.3"
}
}
}