-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "learn-road-runner",
"version": "1.0.0",
"description": "Road Runner Tutorials",
"private": true,
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoahBres/LearnRoadRunner.git"
},
"keywords": [
"roadrunner"
],
"author": "Noah Bresler",
"license": "ISC",
"bugs": {
"url": "https://github.com/NoahBres/LearnRoadRunner/issues"
},
"homepage": "https://github.com/NoahBres/LearnRoadRunner#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"vuepress-plugin-typescript": "^0.3.1",
"watchpack": "^1.7.4"
},
"dependencies": {
"@types/resize-observer-browser": "^0.1.4",
"@vuepress/plugin-pwa": "^1.8.2",
"autoprefixer": "^9.8.6",
"tailwindcss": "^1.9.5",
"typescript": "^4.2.4",
"uplot": "^1.2.2",
"vue": "2.6.12",
"vue-confetti": "^2.2.1",
"vuepress": "^1.8.2",
"xstate": "^4.13.0"
}
}