-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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": "taktik-flowr-react-utils",
"version": "1.0.4",
"private": false,
"author": "Arnaud Gathy",
"license": "MIT",
"files": [
"/dist"
],
"main": "dist/index.js",
"devDependencies": {
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.17",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-standard": "^5.0.0",
"husky": "^7.0.2",
"lint-staged": "^11.2.0",
"prettier": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8",
"typescript": "^5.3.3",
"taktik_flowr_interface": "^5.3.3-alpha.0"
},
"peerDependencies": {
"@types/react": ">=17.0",
"@types/react-dom": ">=17.0",
"@types/styled-components": ">=5.0",
"react": ">=17.0",
"react-dom": ">=17.0",
"styled-components": ">=5.0",
"taktik_flowr_interface": ">=5.3.3-alpha.0"
},
"scripts": {
"start": "cd demo && yarn start",
"build": "rm -rf dist && tsc"
},
"publishConfig": {
"registry": "https://registry.npmjs.com/"
}
}