-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "epiphony",
"version": "1.0.0",
"description": "Project for ITT Lab",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve",
"build": "webpack"
},
"author": "Parth",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.1",
"postcss-loader": "^7.1.0",
"sass": "^1.59.3",
"sass-loader": "^13.2.0",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.12.0"
},
"dependencies": {
"@material/card": "^14.0.0",
"@material/chips": "^14.0.0",
"@material/drawer": "^14.0.0",
"@material/floating-label": "^14.0.0",
"@material/icon-button": "^14.0.0",
"@material/list": "^14.0.0",
"@material/menu": "^14.0.0",
"@material/ripple": "^14.0.0",
"@material/snackbar": "^14.0.0",
"material-components-web": "^14.0.0",
"material-icons": "^1.13.5"
}
}