-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 935 Bytes
/
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
{
"name": "@iter-tools/regex-playground",
"description": "🪀 Playground to explore @iter-tools/regex",
"version": "0.1.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@iter-tools/regex": "iter-tools/regex#9bab6c40e70141252bac88aae8ecf1debb51c37a",
"d3": "^7.4.2",
"grommet": "^2.17.2",
"grommet-icons": "^4.5.0",
"iter-tools-es": "^7.3.1",
"next": "latest",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/d3": "7.1.0",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/styled-components": "5.1.24",
"babel-plugin-styled-components": "^1.12.0",
"prettier": "2.6.2",
"typescript": "4.6.3"
}
}