-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.85 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.85 KB
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": "ariefid-devcode-reactjs",
"version": "1.0.0",
"description": "AriefID DevCode Frontend ReactJS",
"keywords": [
"ariefid",
"devcode",
"reactjs"
],
"homepage": "https://github.com/ariefid/devcode-reactjs#readme",
"bugs": {
"url": "https://github.com/ariefid/devcode-reactjs/issues",
"email": "web.arief.id@gmail.com"
},
"license": "MIT",
"author": "Arief Pratama <web.arief.id@gmail.com> (https://arief.id/)",
"repository": {
"type": "git",
"url": "https://github.com/ariefid/devcode-reactjs.git"
},
"private": true,
"engines": {
"node": "= 16.x"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173"
},
"dependencies": {
"@emotion/css": "^11.10.0",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@radix-ui/react-checkbox": "^1.0.0",
"immer": "^9.0.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-modal": "^3.15.1",
"react-router-dom": "^6.4.1",
"styled-components": "^5.3.5",
"zustand": "^4.1.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.2",
"@types/node": "^18.7.19",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.1.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.0.7",
"tailwindcss": "^3.1.8",
"twin.macro": "^2.8.2",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-svgr": "^2.2.1"
}
}