UNPKG

1.58 kBJSONView Raw
1{
2 "name": "codelift",
3 "main": "index.js",
4 "bin": "./bin/codelift.js",
5 "version": "1.0.7",
6 "files": [
7 ".next",
8 "bin",
9 "register.dev.js",
10 "register.js",
11 "server.js"
12 ],
13 "scripts": {
14 "dev": "next dev",
15 "build": "next build",
16 "start": "NODE_ENV=production next start"
17 },
18 "dependencies": {
19 "@chakra-ui/core": "0.6.1",
20 "@emotion/core": "10.0.28",
21 "@emotion/styled": "10.0.27",
22 "@zeit/next-css": "1.0.1",
23 "apollo-server-micro": "2.11.0",
24 "classnames": "2.2.6",
25 "core-js": "3.6.4",
26 "cross-spawn": "7.0.1",
27 "downshift": "5.0.4",
28 "emotion-theming": "10.0.27",
29 "graphql": "14.6.0",
30 "graphql-type-json": "0.3.1",
31 "jscodeshift": "0.7.0",
32 "lodash": "4.17.15",
33 "match-sorter": "4.0.2",
34 "mobx": "5.15.4",
35 "mobx-react-lite": "1.5.2",
36 "mobx-state-tree": "3.15.0",
37 "next": "9.2.2",
38 "open": "7.0.2",
39 "react": "16.13.0",
40 "react-dev-utils": "10.2.0",
41 "react-dom": "16.13.0",
42 "react-feather": "2.0.3",
43 "urql": "1.9.0",
44 "wait-for-localhost": "3.2.0"
45 },
46 "devDependencies": {
47 "@fullhuman/postcss-purgecss": "2.1.0",
48 "@types/classnames": "2.2.10",
49 "@types/graphql-type-json": "0.3.2",
50 "@types/jscodeshift": "0.6.3",
51 "@types/lodash": "4.14.149",
52 "@types/match-sorter": "4.0.0",
53 "@types/react-dev-utils": "9.0.4",
54 "autoprefixer": "9.7.4",
55 "cssnano": "4.1.10",
56 "postcss-easy-import": "3.0.0",
57 "tailwindcss": "1.2.0",
58 "typescript": "3.8.3"
59 },
60 "gitHead": "c4ef7940aa31a8d3d0124cceb80ad260087fecc4"
61}