generated from frndxfrnd/react-compiled-twin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.31 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
{
"name": "react-compiled-twin",
"version": "1.0.0",
"description": "Webapp template using react + compiled + twin.macro",
"browser": "index.js",
"dependencies": {
"@babel/runtime": "^7.13.17",
"@compiled/react": "^0.6.10",
"core-js": "^3.10.2",
"i18next": "^19.8.7",
"i18next-browser-languagedetector": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.6",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.13.14",
"@babel/eslint-plugin": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@compiled/babel-plugin": "^0.6.13",
"@compiled/babel-plugin-strip-runtime": "^0.6.13",
"@compiled/webpack-loader": "^0.6.15",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/react": "^17.0.3",
"@types/webpack-env": "^1.16.0",
"autoprefixer": "^10.2.4",
"babel-loader": "^8.2.2",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-module-resolver": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.2",
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.23.2",
"eslint-webpack-plugin": "^2.5.1",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^5.1.0",
"react-refresh": "^0.9.0",
"simple-progress-webpack-plugin": "^1.1.2",
"standard": "^16.0.3",
"style-loader": "^2.0.0",
"tailwindcss": "^2.0.3",
"terser-webpack-plugin": "^5.1.1",
"twin.macro": "^2.3.3",
"typescript-xwind-plugin": "^0.7.0",
"webpack": "^5.22.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"lint": "eslint .",
"dev": "webpack serve --mode development --hot",
"build": "eslint . && 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": false
}