-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 KB
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
{
"name": "taskmanager",
"version": "1.0.0",
"description": "Task management application",
"main": "resources/js/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bonefabric/taskmanager.git"
},
"author": "Insaf Buranuglov",
"license": "MIT",
"bugs": {
"url": "https://github.com/bonefabric/taskmanager/issues"
},
"homepage": "https://github.com/bonefabric/taskmanager#readme",
"devDependencies": {
"@babel/core": "^7.15.8",
"autoprefixer": "^10.3.7",
"axios": "^0.23.0",
"babel-loader": "^8.2.3",
"css-loader": "^6.4.0",
"node-sass": "^6.0.1",
"postcss": "^8.3.11",
"postcss-loader": "^6.2.0",
"sass-loader": "^12.2.0",
"style-loader": "^3.3.1",
"tailwindcss": "^2.2.17",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-loader-plugin": "^1.3.0",
"vue-router": "^3.5.2",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.6.2",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1"
},
"dependencies": {}
}