-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.13 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
{
"name": "@bekk/spire-nav-brevgenerator",
"version": "1.0.31",
"description": "",
"main": "./brevGenerator.js",
"scripts": {
"test": "jest",
"clean": "rm -rf dist",
"build": "npm run clean && mkdir ./dist && tsc && cp package.json README.md ./dist && cp -a ./src/stiler/. ./dist/stiler",
"build:dev": "npm link ./dist && npm link ${npm_config_path}/node_modules/react && npm run clean && mkdir ./dist && cp package.json README.md ./dist && cp -a ./src/stiler/. ./dist/stiler && tsc -w",
"pack": "npm run build && npm pack ./dist",
"pre-commit": "lint-staged"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/preset-env": "^7.19.0",
"@navikt/ds-css": "^1.3.0",
"@navikt/ds-css-internal": "^1.0.0-rc.8",
"@navikt/ds-icons": "^1.0.0-rc.8",
"@navikt/ds-react": "^1.0.0-rc.8",
"@navikt/ds-react-internal": "^1.0.0-rc.8",
"axios": "^0.27.2",
"babel-jest": "^29.0.3",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"html-react-parser": "^3.0.4",
"html-to-draftjs": "^1.5.0",
"is-ci": "^3.0.1",
"jest": "^29.0.3",
"object-hash": "^3.0.0",
"react-draft-wysiwyg": "^1.15.0",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@types/draft-js": "^0.11.9",
"@types/draftjs-to-html": "^0.8.1",
"@types/html-to-draftjs": "^1.4.0",
"@types/jest": "^29.0.1",
"@types/object-hash": "^2.2.1",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"@types/react-draft-wysiwyg": "^1.13.4",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"prettier": "2.7.1",
"ts-jest": "^29.0.0",
"typescript": "^4.8.3"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"publishConfig": {
"@bekk:registry": "https://npm.pkg.github.com"
}
}