File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments