generated from frndxfrnd/react-compiled-twin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.38 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
{
"name": "react-compiled-twin",
"version": "1.0.0",
"description": "Webapp template using react + compiled + twin.macro",
"browser": "index.js",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@compiled/react": "^0.6.11",
"bootstrap-icons": "^1.5.0",
"core-js": "^3.12.1",
"i18next": "^20.2.2",
"i18next-browser-languagedetector": "^6.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.15",
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.2",
"@babel/eslint-parser": "^7.14.2",
"@babel/eslint-plugin": "^7.13.16",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@compiled/babel-plugin": "^0.6.14",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/react": "^17.0.5",
"@types/webpack-env": "^1.16.0",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-twin": "^1.0.2",
"clean-webpack-plugin": "*",
"css-loader": "^5.2.4",
"eslint-config-react": "^1.1.7",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.23.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.23.2",
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"postcss-loader": "^5.3.0",
"react-refresh": "^0.9.0",
"simple-progress-webpack-plugin": "^2.0.0",
"style-loader": "^2.0.0",
"tailwindcss": "^2.1.2",
"terser-webpack-plugin": "^5.1.2",
"twin.macro": "^2.4.1",
"url-loader": "^4.1.1",
"webpack": "^5.37.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"lint": "eslint .",
"dev": "webpack serve --mode development --hot",
"build": "npm run lint && webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frndxfrnd/react-compiled-twin.git"
},
"author": "iiwii",
"license": "MIT",
"homepage": "https://iiwii.github.io",
"sideEffects": [
"**/*.css"
]
}