-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.81 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
57
58
59
60
61
62
63
64
65
66
{
"name": "picapica",
"version": "0.4.6",
"description": "Web app for physical music library management.",
"repository": {
"type": "git",
"url": "git://github.com/RadioStudent/picapica.git"
},
"author": "",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/RadioStudent/picapica/issues"
},
"dependencies": {
"angular": "^1.8.0",
"angular-bootstrap-npm": "0.14.2",
"angular-location-update": "0.0.2",
"angular-mocks": "^1.4.7",
"angular-resource": "^1.4.7",
"angular-route": "^1.4.7",
"angular-sanitize": "^1.4.7",
"angular-ui-sortable": "^0.13.4",
"bootstrap-sass": "^3.4.1",
"bootswatch": "^3.3.0",
"jquery": "^3.5.1",
"jquery-ui-dist": "^1.12.1",
"lodash": "^4.17.21",
"ng-tags-input": "^3.2.0"
},
"devDependencies": {
"@symfony/webpack-encore": "^1.7.0",
"acorn": "^6.4.1",
"audit": "0.0.6",
"coffeescript": "^2.6.1",
"grunt": "^1.3.0",
"grunt-browser-sync": "^2.2.0",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "^3.0.0",
"grunt-notify": "^0.4.5",
"grunt-sass": "^3.0.0",
"grunt-svgstore": "^2.0.0",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"karma": "^4.0.0",
"karma-browserify": "^6.1.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.21",
"minimist": "^1.2.5",
"node-sass": "^4.14.1",
"phantomjs-prebuilt": "^2.1.0",
"sass-loader": "^12.0.0",
"svg-sprite-loader": "^6.0.11"
},
"scripts": {
"start": "yarn encore dev",
"watch": "npx grunt watch",
"build": "npx grunt",
"test": "npx grunt test"
}
}