-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.91 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.91 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "alderaan",
"version": "1.0.0",
"description": "Music App",
"private": true,
"devDependencies": {
"@types/react": "^16.14.0",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^17.0.1",
"@types/react-router-dom": "^5.1.7",
"@types/react-swipeable-views": "^0.13.0",
"@types/styled-components": "^5.1.7",
"@types/webpack-env": "^1.16.0",
"css-loader": "^5.0.2",
"html-webpack-harddisk-plugin": "^1.0.2",
"html-webpack-plugin": "^4.5.2",
"less": "^4.1.1",
"less-loader": "^7.3.0",
"prettier": "^2.2.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5",
"webpack": "^4.46.0",
"webpack-cli": "^4.5.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-dev-server": "^3.11.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@hapi/joi": "^16.1.2",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.3",
"@types/dynamodb": "^1.2.1",
"@types/hapi__joi": "^17.1.6",
"@types/react-redux": "^7.1.16",
"@types/uuid": "^8.3.0",
"clean-webpack-plugin": "^3.0.0",
"clsx": "^1.1.1",
"dynamodb": "^1.3.0",
"dynamoose": "^2.7.0",
"eslint": "^7.20.0",
"file-loader": "^6.2.0",
"keycode-js": "^3.1.0",
"local-storage": "^2.0.0",
"moment": "^2.29.1",
"react": "^16.14.0",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^16.14.0",
"react-dropzone": "^11.3.1",
"react-error-boundary": "^3.1.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-swipeable-views": "^0.13.9",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"slugify": "^1.4.6",
"styled-components": "^5.3.0",
"swiper": "^6.7.0",
"typeface-roboto": "1.1.13",
"uuid": "^8.3.2"
},
"scripts": {
"run-dev": "webpack serve --config webpack.local.js",
"build-dev": "webpack --config webpack.local.js",
"build-prod": "webpack --config webpack.production.js"
}
}