-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.75 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
{
"name": "@symbiotetech/symbiote-component-library",
"version": "1.0.53",
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [
"dist",
"src"
],
"repository": "git@github.com:symbiote/symbiote-component-library.git",
"author": "Nathan Barry <nathan_barry@live.com.au>",
"license": "MIT",
"scripts": {
"dev-build": "webpack --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"test": "jest",
"test:watch": "jest --watch",
"test:atoms": "jest --testPathPattern=src/Components/Atoms",
"test:Atoms": "yarn test:atoms",
"test:molecules": "jest --testPathPattern=src/Components/Molecules",
"test:Molecules": "yarn test:molecules",
"test:organisms": "jest --testPathPattern=src/Components/Organisms",
"test:Organisms": "yarn test:organisms",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/jest": "^26.0.23",
"@types/jest-axe": "^3.5.2",
"@types/react": "^17.0.13",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^3.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"jest-axe": "^5.0.1",
"mini-css-extract-plugin": "^2.1.0",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.35.2",
"sass-loader": "^12.1.0",
"ts-jest": "^27.0.3",
"ts-loader": "^9.2.3",
"typescript": "^4.3.5",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"line-awesome": "^1.3.0"
}
}