forked from fratsloos/fr24_card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 887 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
{
"name": "fr24card",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"development": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=webpack.config.js",
"watch": "npm run development -- --watch",
"prod": "npm run production",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --config=webpack.config.js",
"database": "node build/database.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"custom-card-helpers": "^1.8.0",
"less": "^4.1.2",
"less-loader": "^11.0.0",
"mini-css-extract-plugin": "^2.6.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"dotenv": "^16.0.1"
}
}