This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.79 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
{
"name": "city-weather",
"version": "0.1.0",
"description": "",
"scripts": {
"build": "rollup -c",
"serve": "cross-env NODE_ENV='development' rollup -cw",
"preinstall": "node -e \"!process.env.npm_config_user_agent.startsWith('pnpm/') && !console.log('Use \\`npx pnpm install\\` to install dependencies in this repository\\n') && process.exit(1)\""
},
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-alias": "^3.1.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-html": "^0.2.0",
"@rollup/plugin-image": "^2.0.4",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-replace": "^2.3.2",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-router-dom": "^5.1.5",
"@types/react-select": "^3.0.12",
"@types/rollup-plugin-postcss": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"@wessberg/rollup-plugin-ts": "^1.2.24",
"autoprefixer": "^9.7.6",
"cross-env": "^7.0.2",
"eslint": "^7.0.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0",
"postcss-preset-env": "^6.7.0",
"react": "^16.13.1",
"rollup": "^2.8.2",
"rollup-plugin-delete": "^1.2.0",
"rollup-plugin-dev": "^1.1.2",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-postcss": "^3.1.1",
"stylelint": "^13.3.3",
"stylelint-config-standard": "^20.0.0",
"tslib": "^1.11.2",
"typescript": "^3.8.3"
},
"dependencies": {
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.1.1",
"react-dom": "^16.13.1",
"react-i18next": "^11.4.0",
"react-icons": "^3.10.0",
"react-router-dom": "^5.1.2",
"react-select": "^3.1.0"
}
}