-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.98 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
{
"name": "glimmerx-workshop",
"version": "0.0.0",
"scripts": {
"dev": "node ./server",
"vite": "vite",
"serve-bundle": "npx http-server ./dist",
"build": "tsc && vite build",
"lint": "eslint ./src",
"serve": "vite preview",
"postinstall": "patch-package",
"storybook": "start-storybook -p 6006 -s dist",
"build-storybook": "build-storybook -s dist",
"test": "jest"
},
"resolutions": {
"**/@glimmer/validator": "0.77.6",
"**/@glimmer/owner": "0.77.6",
"**/@glimmer/manager": "0.77.6",
"**/@glimmer/reference": "0.77.6",
"**/@glimmer/interfaces": "0.77.6",
"**/@glimmer/util": "0.77.6"
},
"devDependencies": {
"@apollo/client": "^3.4.16",
"@glimmer/owner": "0.77.6",
"@glimmer/validator": "0.77.6",
"@glimmerx/eslint-plugin": "^0.6.5",
"@glimmerx/service": "^0.6.5",
"@glimmerx/ssr": "^0.6.5",
"@glimmerx/storybook": "^0.6.5",
"@glint/core": "^0.6.1",
"@glint/environment-glimmerx": "^0.6.1",
"@lifeart/tiny-router": "^0.0.8",
"@storybook/addon-essentials": "^6.1.21",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.3.7",
"els-addon-glint": "^0.6.4",
"ember-template-lint": "^3.10.0",
"eslint": "^7.32.0",
"express": "^4.17.1",
"glimmer-apollo": "^0.4.1",
"graphql": "^15.6.1",
"jest": "^27.3.1",
"postcss": "^8.3.9",
"rollup-plugin-visualizer": "^5.5.2",
"storybook-builder-vite": "^0.1.3",
"tailwindcss": "^2.2.16",
"ts-node": "^10.4.0",
"typescript": "^4.3.2",
"vite": "^2.6.13"
},
"dependencies": {
"@glimmerx/component": "^0.6.5",
"@glimmerx/core": "^0.6.5",
"@glimmerx/helper": "^0.6.5",
"@glimmerx/modifier": "^0.6.5",
"cross-fetch": "^3.1.4",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"vite-plugin-glimmerx": "0.6.6"
},
"volta": {
"node": "16.13.0",
"yarn": "1.22.17"
}
}