-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.74 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
{
"name": "ui-kit",
"version": "1.0.0",
"description": "Component's kit to help building UI's easily",
"dependencies": {
"react": "0.0.0-experimental-94c0244ba",
"react-dom": "0.0.0-experimental-94c0244ba",
"theme-ui": "^0.3.5",
"wouter": "^2.7.0"
},
"browserslist": [
"last 1 Chrome version"
],
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@types/react": "^16.9.49",
"@types/react-dom": "^17.0.0",
"@types/theme-ui": "^0.3.7",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"babel-loader": "^8.1.0",
"compression-webpack-plugin": "^6.0.2",
"copy-webpack-plugin": "^6.1.1",
"css-loader": "^4.3.0",
"eslint": "^7.2.0",
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.4.1",
"img-loader": "^3.0.2",
"mini-css-extract-plugin": "^0.11.2",
"preload-webpack-plugin": "^3.0.0-beta.3",
"prettier": "^2.2.1",
"purgecss-webpack-plugin": "^3.0.0",
"react-snap": "^1.23.0",
"ts-loader": "^8.0.4",
"typescript": "^4.1.3",
"unused-files-webpack-plugin": "^3.4.0",
"url-loader": "^4.1.0",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --mode production",
"postbuild": "react-snap"
},
"reactSnap": {
"source": "dist",
"minifyHtml": {
"inlineCss": true,
"removeComments": true
}
},
"author": "vitorflg",
"license": "ISC"
}