-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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
{
"name": "uzimaru0000.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel serve ./src/index.html",
"build": "parcel build -d dist --no-source-maps ./src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uzimaru0000/uzimaru0000.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/uzimaru0000/uzimaru0000.github.io/issues"
},
"homepage": "https://github.com/uzimaru0000/uzimaru0000.github.io#readme",
"devDependencies": {
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-shadow-dom-retarget-events": "^1.0.0",
"@vue/component-compiler-utils": "^3.1.2",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"elm": "^0.19.1-3",
"elm-hot": "^1.1.4",
"node-elm-compiler": "^5.0.4",
"parcel-bundler": "^1.12.4",
"react-shadow-dom-retarget-events": "^1.0.11",
"sass": "^1.26.5",
"typescript": "^3.9.3",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"@vue/composition-api": "^0.6.3",
"free-style": "^4.0.0",
"lit-element": "^2.3.1",
"lit-html": "^1.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"vue": "^2.6.11",
"vue-custom-element": "^3.2.14",
"vue-hot-reload-api": "^2.3.4"
}
}