Skip to content

Commit 30da87c

Browse files
committed
sampleのpackage.jsonを追加
1 parent fa06925 commit 30da87c

2 files changed

Lines changed: 17 additions & 18 deletions

File tree

.gitignore

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
11
.DS_Store
22
.idea
33
*.iml
4-
tool-generate-captures/node_modules/*
5-
tool-generate-captures/.idea/workspace.xml
6-
7-
html/styles/style-tutorial.css.map
8-
html/js/main.js.map
9-
html/*.html
10-
html/styles/.sass-cache/*
11-
html-build/.sass-cache
12-
html-build/node_modules
13-
html-build/typescript/main.js.map
14-
/tool-generate-captures/package-lock.json
15-
/tool-generate-htmls/package-lock.json
16-
/tool-generate-htmls/yarn.lock
17-
/samples/node_modules
18-
/samples/package-lock.json
19-
/samples/package.json
20-
/Icon
21-
/samples/yarn.lock
4+
node_modules
5+
*.css.map
6+
*.js.map
7+
/Icon
8+
yarn.lock
9+
package-lock.json

samples/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"scripts": {
3+
"format" : "prettier --write '*.{html,js,css}' --single-quote"
4+
},
5+
"dependencies": {
6+
"@types/three": "^0.93.19"
7+
},
8+
"devDependencies": {
9+
"prettier": "^1.16.4"
10+
}
11+
}

0 commit comments

Comments
 (0)