-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.67 KB
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
{
"name": "infinite-supply",
"title": "Infinite Supply",
"version": "1.0.0",
"homepage": "https://posty.studio",
"main": "src/index.js",
"scripts": {
"start": "kroket && webpack serve --open --config webpack.dev.js",
"build": "kroket && webpack --config webpack.prod.js"
},
"author": {
"name": "Posty Studio",
"email": "info@posty.studio",
"url": "https://posty.studio/"
},
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.2.0",
"favicons-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"html-inline-css-webpack-plugin": "^1.10.0",
"html-loader": "^1.3.2",
"html-webpack-inline-svg-plugin": "^2.3.0",
"html-webpack-plugin": "^4.5.1",
"kroket": "0.0.13",
"mini-css-extract-plugin": "^1.3.4",
"minimist": "^1.2.5",
"postcss-encode-background-svgs": "^1.0.4",
"postcss-loader": "^4.2.0",
"postcss-preset-env": "^6.7.0",
"purgecss-webpack-plugin": "^4.0.0",
"raw-loader": "^4.0.2",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"a11y-dialog": "^5.4.2"
}
}