This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
generated from okp4/template-oss
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.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
{
"name": "okp4-website",
"private": true,
"description": "Website for the OKP4 protocol",
"homepage": "https://github.com/okp4/okp4-web",
"version": "2.16.0",
"license": "BSD-3-Clause",
"author": {
"name": "OKP4",
"web": "https://okp4.network"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "stylelint \"./src/assets/styles/**/*.scss\"",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"engines": {
"node": "^18.13.0"
},
"dependencies": {
"classnames": "^2.5.1",
"framer-motion": "^9.0.3",
"gatsby": "^5.13.3",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-matomo": "^0.16.2",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-medium": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"lottie-react": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.71.1"
},
"repository": {
"type": "git",
"url": "https://github.com/okp4/okp4-web"
},
"bugs": {
"url": "https://github.com/okp4/okp4-web/issues"
},
"devDependencies": {
"gatsby-cli": "^5.13.2",
"gatsby-plugin-no-sourcemaps": "^5.13.0",
"stylelint": "^14.16.0",
"stylelint-config-property-sort-order-smacss": "^9.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^4.3.0"
}
}