-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
53 lines (53 loc) · 1.5 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
{
"name": "macos-clone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development --env=dev",
"build": "webpack --mode production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.5.0",
"postcss-cli": "^8.3.1",
"postcss-loader": "^5.2.0",
"tailwindcss": "^2.1.2",
"ts-loader": "^9.1.2",
"webpack": "^5.35.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@rooks/use-raf": "^4.11.2",
"dayjs": "^1.10.4",
"framer-motion": "^4.1.16",
"jotai": "^0.16.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-frame-component": "^5.0.0",
"react-lazy-load-image-component": "^1.5.1",
"react-osx-dock": "^1.0.0",
"react-rnd": "^10.2.4",
"react-router-dom": "^5.2.0",
"styled-components": "^5.3.0"
}
}