-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 996 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
36
37
38
39
40
41
42
{
"name": "tasl.io",
"version": "0.0.1",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"export": "next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/underlay/tasl.io.git"
},
"author": "Joel Gustafson",
"license": "MIT",
"bugs": {
"url": "https://github.com/underlay/tasl.io/issues"
},
"homepage": "https://github.com/underlay/tasl.io#readme",
"dependencies": {
"@codemirror/lang-javascript": "^0.19.2",
"@codemirror/language": "^0.19.3",
"@types/react": "^17.0.7",
"codemirror-lang-tasl": "^0.1.5",
"evergreen-ui": "^6.3.0",
"hast-to-hyperscript": "^10.0.1",
"hast-util-from-codemirror": "^0.3.0",
"lezer-tasl": "^0.0.11",
"next": "^11.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^7.0.0"
},
"devDependencies": {
"next-transpile-modules": "^8.0.0",
"sass": "^1.37.5",
"typescript": "^4.2.4"
}
}