-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
33 lines (33 loc) · 890 Bytes
/
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
{
"name": "dime-bank",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --config webpack.dev.js --open",
"watch": "NODE_ENV=development webpack --watch",
"build": "NODE_ENV=production webpack --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.2.5",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"css-loader": "^5.2.4",
"html-webpack-plugin": "^5.3.1",
"postcss": "^8.2.15",
"postcss-loader": "^5.3.0",
"style-loader": "^2.0.0",
"tailwind": "^4.0.0",
"tailwindcss": "^2.1.2",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.2.1"
},
"dependencies": {
"file-loader": "^6.2.0",
"lodash": "^4.17.21"
}
}