-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1011 Bytes
/
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
{
"name": "tranzit-ui",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "4.2.1",
"@chakra-ui/icons": "^1.0.14",
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@next/bundle-analyzer": "^9.1.4",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"antd": "4.3.0",
"apollo-boost": "^0.4.9",
"axios": "^0.21.1",
"babel-plugin-import": "^1.13.3",
"cross-env": "^7.0.2",
"dayjs": "1.8.28",
"esm": "^3.2.25",
"framer-motion": "^4.1.17",
"graphql": "^16.0.1",
"mixpanel-browser": "^2.43.0",
"next": "latest",
"next-plugin-antd-less": "^1.7.0",
"postcss-preset-env": "^6.7.0",
"react": "^17.0.2",
"react-apollo": "^3.1.5",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-router-dom": "^6.2.1"
},
"browser": {
"fs": false,
"path": false
}
}