-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 674 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 674 Bytes
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
{
"private": true,
"version": "1.0.0",
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"create": "node scripts/create.js",
"docs:dev": "vuepress dev wiki",
"docs:build": "vuepress build wiki"
},
"devDependencies": {
"html-webpack-plugin": "^4.4.1",
"inquirer": "^7.3.3",
"lerna": "^3.20.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"rollup": "^2.26.10",
"rollup-plugin-typescript2": "^0.29.0",
"ts-loader": "^8.0.10",
"typescript": "^4.0.3",
"vuepress": "^1.5.4",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}