-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
144 lines (144 loc) · 5.88 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "curi-monorepo",
"private": true,
"scripts": {
"postinstall": "lerna run prepare --concurrency=2",
"build": "lerna run build --scope=@curi/*",
"test": "lerna run test",
"test:cjs": "lerna run test:cjs",
"test:source": "lerna run test:source",
"test:umd": "lerna run test:umd",
"coverage": "lerna run coverage",
"versions": "lerna version --no-push",
"version": "node ./scripts/postversions",
"example:bootstrap": "lerna bootstrap --scope=@curi-example/* --hoist",
"example:build": "node ./examples/build",
"example:serve": "node ./examples/server",
"website:dev": "lerna exec --scope=@curi-docs/website -- npm run dev",
"website:build": "lerna exec --scope=@curi-docs/website -- npm run build",
"publishUpdated": "lerna publish from-package",
"lint": "eslint . --ext .ts,.tsx",
"lint:watch": "esw ./packages -w --changed --ext .ts,.tsx"
},
"author": "Paul Sherman",
"license": "MIT",
"bugs": {
"url": "https://github.com/pshrmn/curi/issues"
},
"homepage": "https://github.com/pshrmn/curi#readme",
"engines": {
"npm": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@fullhuman/postcss-purgecss": "^2.1.2",
"@hickory/in-memory": "^2.1.0",
"@types/fs-extra": "^5.0.4",
"@types/jest": "^23.3.13",
"@types/node": "^10.12.18",
"@types/qs": "^6.5.2",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"@vue/test-utils": "^1.0.0-beta.28",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"babel-plugin-dynamic-import": "^1.0.0",
"babel-plugin-dynamic-import-node": "^2.1.0",
"babel-preset-react-native": "^4.0.1",
"cross-env": "^5.1.1",
"css-loader": "^3.5.3",
"cssnano": "^4.1.10",
"eslint": "^7.0.0",
"eslint-plugin-react": "^7.19.0",
"eslint-watch": "^6.0.1",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"husky": "^1.3.1",
"jest": "^24.1.0",
"lerna": "^3.13.4",
"mini-css-extract-plugin": "^0.9.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.16.1",
"pretty-quick": "^1.10.0",
"qs": "^6.6.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-native": "^0.59.3",
"react-test-renderer": "^16.12.0",
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.2",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-size-snapshot": "^0.8.0",
"rollup-plugin-svelte": "^5.0.1",
"rollup-plugin-typescript2": "^0.21.2",
"rollup-plugin-uglify": "^6.0.1",
"simple-git": "^1.110.0",
"simulant": "^0.2.2",
"source-map-loader": "^0.2.3",
"style-loader": "^1.2.0",
"svelte": "^3.23.2",
"svelte-cli": "^3.0.0",
"svelte-loader": "^2.13.6",
"ts-jest": "^24.0.0",
"typescript": "^3.0.3",
"vue": "^2.5.22",
"vue-loader": "^15.5.1",
"vue-template-compiler": "^2.5.22",
"webpack": "4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"@curi-docs/website": "file:website",
"@curi-example/accessibility": "file:examples/vue/accessibility",
"@curi-example/accessibility-react": "file:examples/react/accessibility",
"@curi-example/active-links-react": "file:examples/react/active-links",
"@curi-example/active-links-svelte": "file:examples/svelte/active-links",
"@curi-example/active-links-vue": "file:examples/vue/active-links",
"@curi-example/async-nav-react": "file:examples/react/async-nav",
"@curi-example/async-nav-svelte": "file:examples/svelte/async-nav",
"@curi-example/async-nav-vue": "file:examples/vue/async-nav",
"@curi-example/authentication-react": "file:examples/react/redirects",
"@curi-example/authentication-svelte": "file:examples/svelte/redirects",
"@curi-example/authentication-vue": "file:examples/vue/redirects",
"@curi-example/basic-react": "file:examples/react/basic",
"@curi-example/basic-svelte": "file:examples/svelte/basic",
"@curi-example/basic-vue": "file:examples/vue/basic",
"@curi-example/breadcrumbs-react": "file:examples/react/breadcrumbs",
"@curi-example/breadcrumbs-svelte": "file:examples/svelte/breadcrumbs",
"@curi-example/breadcrumbs-vue": "file:examples/vue/breadcrumbs",
"@curi-example/code-splitting": "file:examples/misc/code-splitting",
"@curi-example/confirmation-react": "file:examples/react/confirmation",
"@curi-example/data-loading-react": "file:examples/react/data-loading",
"@curi-example/modal-react": "file:examples/react/modal",
"@curi-example/modal-vue": "file:examples/vue/modal",
"@curi-example/multi-body-react": "file:examples/react/multi-body",
"@curi-example/serve-examples": "file:examples",
"@curi-example/server-rendering": "file:examples/misc/server-rendering",
"@curi-example/side-effect": "file:examples/misc/side-effect",
"@curi-example/transitions-react": "file:examples/react/transitions",
"@curi-example/transitions-vue": "file:examples/vue/transitions",
"@curi/helpers": "file:packages/helpers",
"@curi/interactions": "file:packages/interactions",
"@curi/react-dom": "file:packages/react-dom",
"@curi/react-native": "file:packages/react-native",
"@curi/react-universal": "file:packages/react-universal",
"@curi/router": "file:packages/router",
"@curi/static": "file:packages/static",
"@curi/svelte": "file:packages/svelte",
"@curi/types": "file:packages/types",
"@curi/vue": "file:packages/vue"
}
}