-
Notifications
You must be signed in to change notification settings - Fork 164
/
package.json
44 lines (43 loc) · 1.13 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
{
"private": true,
"dependencies": {
},
"workspaces": [
"tutorial-babel",
"tutorial-babel-esnext",
"tutorial-babel-gsap",
"tutorial-babel-jquery",
"tutorial-babel-pixijs",
"tutorial-babel-react",
"tutorial-babel-rxjs6",
"tutorial-babel-three",
"tutorial-babel-vue",
"tutorial-bootstrap-min",
"tutorial-bootstrap-style",
"tutorial-bootstrap-style-js",
"tutorial-chunk",
"tutorial-css",
"tutorial-css-extract-plugin",
"tutorial-css-extract-plugin-dev-server",
"tutorial-js",
"tutorial-optimize",
"tutorial-optimize-aggressive",
"tutorial-sass",
"tutorial-sass-extract-plugin",
"tutorial-sass-image-file",
"tutorial-sass-image-url",
"tutorial-sass-image-url-limit",
"tutorial-sass-postcss",
"tutorial-typescript",
"tutorial-typescript-babylonjs",
"tutorial-typescript-gsap",
"tutorial-typescript-pixijs",
"tutorial-typescript-react",
"tutorial-typescript-three",
"tutorial-typescript-three-es5",
"tutorial-typescript-urlloader",
"tutorial-typescript-vue",
"tutorial-webpack-dev-server",
"_tools"
]
}