-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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": "app",
"version": "1.0.0",
"private": true,
"description": "portfolio",
"author": "Arinomurakumo",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"lint:css": "stylelint src/**/*.{js,ts,jsx,tsx} --fix"
},
"dependencies": {
"@linaria/core": "^4.2.4",
"@linaria/react": "^4.3.2",
"gatsby": "^5.3.3",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-linaria": "^4.0.1",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-sitemap": "^6.3.1",
"gatsby-plugin-typegen": "^3.1.0",
"gatsby-plugin-typescript": "^5.3.1",
"gatsby-remark-images": "^7.3.1",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-remark": "^6.3.2",
"gatsby-transformer-sharp": "^5.3.1",
"modern-normalize": "^1.1.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-intersection-observer": "^9.4.1",
"react-modal": "^3.16.1"
},
"devDependencies": {
"@linaria/stylelint": "^4.1.10",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-modal": "^3.13.1",
"postcss-syntax": "^0.36.2",
"stylelint": "^14.16.0",
"stylelint-config-standard": "^29.0.0",
"typescript": "^4.9.4"
}
}