-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.36 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
{
"name": "franken-srp-react",
"version": "1.0.0",
"description": "react component for franken-srp",
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf tsconfig.tsbuildinfo dist",
"build": "npm run clean && tsc --build --force",
"test": "jest",
"examples": "cd examples && webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ravenscar/franken-srp-react.git"
},
"author": "Maddi Joyce",
"license": "MIT",
"bugs": {
"url": "https://github.com/ravenscar/franken-srp-react/issues"
},
"homepage": "https://github.com/ravenscar/franken-srp-react#readme",
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"franken-srp": "^1.0.1",
"polished": "^4.1.3",
"react": "^17.0.2"
},
"devDependencies": {
"@hot-loader/react-dom": "^17.0.1",
"@testing-library/jest-dom": "^5.13.0",
"@testing-library/react": "^11.2.7",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"html-webpack-plugin": "^5.3.1",
"jest": "^27.0.4",
"jsdom": "^16.6.0",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.3",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}