-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 953 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": "actual-age-extension",
"version": "1.0.1",
"description": "Extension for displaying your actual age (float number)",
"license": "MIT",
"private": true,
"scripts": {
"start": "webpack --mode=development --watch --config config/webpack.config.js",
"build": "webpack --mode=production --config config/webpack.config.js"
},
"devDependencies": {
"copy-webpack-plugin": "^6.4.1",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"file-loader": "^6.2.0",
"prettier": "^2.3.2",
"size-plugin": "^2.0.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"a-simple-switch": "^0.6.0",
"bootstrap": "^5.0.1",
"css-loader": "^5.2.4",
"moment": "^2.29.1",
"node-sass": "^6.0.1",
"sass-loader": "^10",
"style-loader": "^2.0.0"
}
}