-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 3.21 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "bulmin-and-react-hyper",
"private": true,
"version": "0.1.0",
"description": "Bulmin and React-Hyper monorepo",
"repository": {
"type": "git",
"url": "git+https://github.com/morteza-jamali/bulmin-and-react-hyper.git"
},
"author": "Morteza Jamali <mortezajamali4241@gmail.com> (https://morteza-jamali.github.io)",
"license": "MIT",
"scripts": {
"bolt": "./node_modules/.bin/bolt",
"clone": "git clone https://github.com/morteza-jamali/react-hyper.git && git clone https://github.com/morteza-jamali/bulmin.git",
"start": "yarn run bolt -- run clone && yarn run bolt -- install"
},
"keywords": [
"react",
"react-hyper",
"hyper",
"hyperscript",
"helpers",
"dom",
"react-helpers",
"jsx",
"bulma",
"bulma-hyper",
"react-bulma",
"bulma-js",
"javascript",
"bulma-ts",
"typescript",
"bulmin",
"atomic",
"atomizer",
"atomic-bulma",
"mini-bulma"
],
"bolt": {
"workspaces": [
"bulmin/package.json",
"react-hyper/package.json"
]
},
"bugs": {
"url": "https://github.com/morteza-jamali/bulmin-and-react-hyper/issues"
},
"homepage": "https://github.com/morteza-jamali/bulmin-and-react-hyper#readme",
"dependencies": {
"@morteza-jamali/lineicons": "^2.0.1",
"bulma": "^0.9.2",
"core-js": "^3.6.5",
"document-register-element": "1.13.1",
"gfm.css": "^1.1.2",
"glamor": "^2.20.40",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.20",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-router-dom": "^5.2.0",
"react-syntax-highlighter": "^15.4.3",
"simplebar-react": "^2.3.0",
"tslib": "^2.0.0"
},
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/preset-typescript": "7.9.0",
"@nrwl/cli": "11.2.10",
"@nrwl/cypress": "11.2.10",
"@nrwl/eslint-plugin-nx": "11.2.10",
"@nrwl/jest": "11.2.10",
"@nrwl/linter": "11.2.10",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "11.2.10",
"@nrwl/tao": "11.2.10",
"@nrwl/web": "11.2.10",
"@nrwl/workspace": "11.2.10",
"@testing-library/react": "11.1.2",
"@types/faker": "^5.1.6",
"@types/jest": "26.0.8",
"@types/lodash": "^4.14.168",
"@types/node": "12.12.38",
"@types/react": "16.9.56",
"@types/react-dom": "16.9.9",
"@types/react-router-dom": "^5.1.7",
"@types/react-syntax-highlighter": "^13.5.0",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"babel-jest": "26.2.2",
"bolt": "^0.24.8",
"cypress": "^6.0.1",
"dotenv": "6.2.0",
"eslint": "7.10.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"faker": "^5.4.0",
"html-loader": "^1.3.2",
"jest": "26.2.2",
"markdown-loader": "^6.0.0",
"marked": "^2.0.0",
"nx-react-plugin": "^0.2.0",
"prettier": "2.2.1",
"ts-jest": "26.4.0",
"ts-node": "~9.1.1",
"typescript": "~4.0.3",
"webpack-atomizer-loader": "^1.0.2"
},
"main": "index.js"
}