-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
147 lines (147 loc) · 4.56 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "molecular",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@nrwl/next": "13.10.1",
"@preact/compat": "^17.0.3",
"@reach/skip-nav": "^0.16.0",
"@stackbit/annotations": "^0.1.2",
"axios": "^0.26.1",
"clsx": "^1.1.1",
"core-js": "^3.21.1",
"date-fns": "^2.28.0",
"markdown-to-jsx": "^7.1.7",
"next": "12.1.4",
"next-transpile-modules": "^9.0.0",
"node-fetch": "^3.2.3",
"nprogress": "^0.2.0",
"preact": "^10.7.1",
"preact-render-to-string": "^5.1.21",
"preact-ssr-prepass": "^1.2.0",
"react": "npm:@preact/compat@^17.0.3",
"react-dom": "npm:@preact/compat@^17.0.3",
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.2.0",
"regenerator-runtime": "0.13.9",
"smoothscroll-polyfill": "^0.4.4",
"sourcebit": "^0.11.1",
"sourcebit-source-filesystem": "^0.2.0",
"sourcebit-target-next": "^0.8.1",
"tslib": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-angular": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@cypress/browserify-preprocessor": "^3.0.2",
"@jscutlery/semver": "^2.21.6",
"@next/bundle-analyzer": "^12.1.4",
"@nrwl/cli": "13.10.1",
"@nrwl/cypress": "13.10.1",
"@nrwl/devkit": "^13.10.1",
"@nrwl/eslint-plugin-nx": "13.10.1",
"@nrwl/jest": "13.10.1",
"@nrwl/js": "13.10.1",
"@nrwl/linter": "13.10.1",
"@nrwl/nx-cloud": "^13.2.2",
"@nrwl/react": "13.10.1",
"@nrwl/tao": "13.10.1",
"@nrwl/web": "13.10.1",
"@nrwl/workspace": "13.10.1",
"@nx-tools/nx-docker": "^2.3.0",
"@prefresh/babel-plugin": "^0.4.3",
"@stackbit/cli": "^0.2.11",
"@swc/cli": "~0.1.57",
"@swc/core": "~1.2.165",
"@swc/helpers": "~0.3.8",
"@swc/jest": "0.2.20",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@testing-library/preact": "^2.0.1",
"@testing-library/preact-hooks": "^1.1.0",
"@testing-library/react": "npm:@testing-library/preact@^2.0.1",
"@testing-library/react-hooks": "npm:@testing-library/preact-hooks@^1.1.0",
"@types/chai": "^4.3.0",
"@types/jest": "27.4.1",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.181",
"@types/node": "17.0.23",
"@types/node-fetch": "^2.6.1",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.44",
"@types/react-dom": "17.0.15",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"autoprefixer": "^10.4.4",
"babel-jest": "27.5.1",
"babel-loader": "^8.2.4",
"chai": "^4.3.6",
"cypress": "^9.5.3",
"daisyui": "^2.13.6",
"dependency-cruiser": "^11.4.1",
"dotenv": "^16.0.0",
"eslint": "~8.13.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "27.5.1",
"jest-fetch-mock": "^3.0.3",
"lodash": "^4.17.21",
"next-compose-plugins": "^2.2.1",
"next-plugin-preact": "^3.0.6",
"next-pwa": "^5.5.0",
"nx": "^13.10.1",
"nx-stylelint": "^13.3.0",
"postcss": "^8.4.12",
"postcss-calc": "^8.2.4",
"postcss-custom-properties": "12.1.7",
"postcss-dir-pseudo-class": "^6.0.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-focus-ring": "^1.0.0",
"postcss-functions": "^4.0.2",
"postcss-hover-media-feature": "^1.0.2",
"postcss-import": "^14.1.0",
"postcss-inherit": "^4.1.0",
"postcss-loader": "^6.2.1",
"postcss-logical": "^5.0.4",
"postcss-modules": "^4.3.1",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.4.3",
"postcss-svg": "^3.0.0",
"prettier": "^2.6.2",
"react-test-renderer": "17.0.2",
"sass": "^1.50.0",
"stylelint": "^14.6.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"tailwindcss": "^3.0.23",
"ts-jest": "27.1.4",
"ts-morph": "^14.0.0",
"typescript": "~4.6.3",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0"
},
"packageManager": "[email protected]",
"browserslist": [
"> 0.5%",
"not IE 11"
]
}