forked from agneym/playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 909 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
{
"name": "playground-workspace",
"version": "0.6.1",
"private": true,
"license": "MIT",
"scripts": {
"start": "yarn workspace @agney/playground start",
"start-example": "yarn workspace example start",
"build": "yarn workspace @agney/playground build",
"test": "yarn workspace @agney/playground test",
"prepare": "npm run build"
},
"workspaces": [
"playground",
"example"
],
"devDependencies": {
"husky": "^5.1.3",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"typescript": "^4.2.3"
},
"repository": {
"type": "git",
"url": "[email protected]:agneym/playground.git"
},
"dependencies": {
"@agney/react-inspector": "^4.0.0",
"@reach/auto-id": "^0.13.2",
"@reach/tabs": "^0.13.2",
"goober": "^2.0.33",
"lodash.merge": "^4.6.2",
"prism-react-renderer": "^1.2.0",
"react-simple-code-editor": "^0.11.0"
}
}