-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 1.85 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": "@pldin601/musicloud",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"gulp": "gulp",
"rimraf": "rimraf",
"test": "exit 0",
"webpack": "env TS_NODE_PROJECT=tsconfig.json webpack --env.production",
"start:webpack": "env TS_NODE_PROJECT=tsconfig.json webpack --watch",
"start:web": "php -S 0.0.0.0:8080 -t public",
"start": "run-p start:*",
"lint": "eslint src/**/*.{js,ts}",
"lint:fix": "eslint src/**/*.{js,ts} --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pldin601/musicloud.git"
},
"author": "Roman Lakhtadyr <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/pldin601/musicloud/issues"
},
"homepage": "https://github.com/pldin601/musicloud#readme",
"devDependencies": {
"@types/angular": "1.8.4",
"@types/mini-css-extract-plugin": "1.2.1",
"@types/node": "14.14.10",
"@types/webpack": "4.41.25",
"@typescript-eslint/eslint-plugin": "4.9.0",
"@typescript-eslint/parser": "4.9.0",
"css-loader": "5.0.1",
"eslint": "7.14.0",
"file-loader": "6.2.0",
"less": "3.12.2",
"less-loader": "7.1.0",
"mini-css-extract-plugin": "1.3.1",
"npm-run-all": "4.1.5",
"prettier": "2.2.1",
"rimraf": "2.7.1",
"style-loader": "2.0.0",
"ts-loader": "8.0.11",
"ts-node": "9.1.1",
"typescript": "4.1.2",
"url-loader": "4.1.1",
"webpack": "4.44.2",
"webpack-cli": "3.3.12"
},
"dependencies": {
"angular": "^1.8.2",
"angular-cookies": "^1.8.2",
"angular-route": "^1.8.2",
"entities": "^2.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"zero-fill": "^2.2.4"
}
}