-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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
46
47
48
49
50
51
{
"name": "taskvolt",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint */**/*.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"babel-loader": "^8.1.0",
"classnames": "^2.3.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.6",
"eslint": "^7.16.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-vue": "^7.3.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^5.3.1",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"react-beautiful-dnd": "^13.1.0",
"react-jss": "^10.6.0",
"style-loader": "^2.0.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@reduxjs/toolkit": "^1.6.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielliwerant/taskvolt.git"
},
"author": "Gabriel Liwerant",
"license": "MIT",
"bugs": {
"url": "https://github.com/gabrielliwerant/taskvolt/issues"
},
"homepage": "https://github.com/gabrielliwerant/taskvolt#readme"
}