-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.56 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
43
{
"scripts": {
"start": "nodemon --watch webpack.config.babel.js --exec \"webpack serve --mode development\"",
"build": "yarn clean && NODE_ENV=production webpack --progress --color --mode production && node utils/build_pdf && rm dist/index.js ",
"clean": "rm -rf dist/*",
"lint": "eslint \"src/**.js\" \"utils/**\""
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@babel/node": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/register": "^7.16.0",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"jsdom": "^18.0.1",
"mini-css-extract-plugin": "^2.4.3",
"nodemon": "^2.0.19",
"normalize.css": "^8.0.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-cli": "^9.0.1",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.4.1",
"puppeteer": "^11.0.0",
"stylelint": "^14.0.1",
"stylelint-config-recommended": "^6.0.0",
"stylelint-prettier": "^1.2.0",
"terser-webpack-plugin": "^5.2.4",
"typeface-raleway": "^1.1.13",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}