forked from pmndrs/jotai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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
{
"name": "jotai-website",
"version": "0.0.0",
"description": "👻 Primitive, flexible state management for React",
"homepage": "https://github.com/pmndrs/jotai",
"bugs": "https://github.com/pmndrs/jotai/issues",
"license": "MIT",
"author": "Sophia Michelle Andren <[email protected]> (https://candycode.com/)",
"scripts": {
"start": "yarn develop",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deduplicate": "npx yarn-deduplicate yarn.lock",
"postdeduplicate": "yarn install"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"classnames": "^2.3.1",
"gatsby": "^3.7.2",
"gatsby-plugin-google-gtag": "^3.7.1",
"gatsby-plugin-image": "^1.7.1",
"gatsby-plugin-postcss": "^4.7.1",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-plugin-sitemap": "^3.3.0",
"gatsby-source-filesystem": "^3.7.1",
"jotai": "^1.0.0",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.3.3",
"autoprefixer": "^10.2.6",
"babel-preset-gatsby": "^1.7.1",
"postcss": "^8.3.5",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.0",
"tailwindcss": "^2.2.0"
},
"private": true,
"browserslist": [
">0.25%",
"not dead",
"not ie <=11",
"not ie_mob <=11",
"not op_mini all"
]
}