-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.3 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "Tej-Birthday",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "Surya Jasper",
"license": "ISC",
"browser": {
"fs": false,
"crypto": false
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node server.js",
"build": "webpack --mode production --config webpack.config.js",
"profile": "webpack --mode production --config webpack.profile.js",
"dev": "webpack serve --mode development --config webpack.dev.js --port 8818 --host localhost"
},
"stylelint": {
"extends": [
"stylelint-config-standard",
"stylelint-config-rational-order"
]
},
"postcss": {
"plugins": {
"postcss-easings": {},
"postcss-custom-properties": {
"importFrom": "src/main.css"
}
}
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"body-parser": "^1.19.0",
"crypto": "^1.0.1",
"express": "^4.17.1",
"fast-average-color": "^9.1.1",
"http": "0.0.1-security",
"jimp": "^0.16.1",
"mithril": "^2.0.4",
"node-fetch": "^2.6.7",
"path": "^0.12.7",
"postcss": "^8.2.3",
"postcss-custom-properties": "^10.0.0",
"postcss-easings": "^3.0.1",
"postcss-loader": "^4.1.0",
"process": "^0.11.10",
"rand-seed": "^1.0.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"unirest": "^0.6.0",
"util": "^0.12.4"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@webpack-cli/init": "^1.1.1",
"babel-loader": "^8.2.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"browserify-zlib": "^0.2.0",
"compression-webpack-plugin": "^3.1.0",
"css-loader": "^5.0.1",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.1",
"mini-css-extract-plugin": "^2.6.1",
"sass": "^1.50.1",
"sass-loader": "^12.6.0",
"stream": "0.0.2",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.0.3",
"url-loader": "^4.1.1",
"webpack": "^5.11.1",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^4.3.1",
"webpack-deadcode-plugin": "^0.1.12",
"webpack-dev-server": "^3.11.1",
"zlib": "^1.0.5"
}
}