-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.57 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
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@navikt/fnrvalidator": "^1.1.4",
"classnames": "^2.3.1",
"gatsby": "^3.4.1",
"gatsby-plugin-less": "^5.4.0",
"lodash.throttle": "^4.1.1",
"nav-frontend-chevron-style": "^1.0.4",
"nav-frontend-core": "^5.1.1",
"nav-frontend-js-utils": "^1.0.17",
"nav-frontend-knapper": "^2.1.2",
"nav-frontend-knapper-style": "^1.1.2",
"nav-frontend-lenkepanel": "^1.1.1",
"nav-frontend-lenkepanel-style": "^1.1.1",
"nav-frontend-lenker": "^1.1.1",
"nav-frontend-lenker-style": "^1.1.1",
"nav-frontend-paneler": "^2.1.1",
"nav-frontend-paneler-style": "^1.1.1",
"nav-frontend-skjema": "^3.2.2",
"nav-frontend-skjema-style": "^2.2.2",
"nav-frontend-typografi": "^3.1.1",
"nav-frontend-typografi-style": "^1.1.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.1"
},
"devDependencies": {
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}