File tree 1 file changed +6
-12
lines changed
1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 11
11
"collection:main" : " dist/collection/index.js" ,
12
12
"unpkg" : " dist/esn-frontend-application-grid/esn-frontend-application-grid.js" ,
13
13
"files" : [
14
+ " src/" ,
14
15
" dist/" ,
15
- " loader/"
16
+ " loader/" ,
17
+ " stencil.config.ts" ,
18
+ " tsconfig.json"
16
19
],
17
20
"scripts" : {
18
21
"build" : " stencil build --docs" ,
19
22
"build:watch" : " stencil build --watch --serve" ,
20
23
"start" : " stencil build --dev --watch --serve" ,
21
- "test" : " stencil test --spec --e2e" ,
22
- "test.watch" : " stencil test --spec --e2e --watchAll" ,
23
24
"generate" : " stencil generate" ,
24
25
"postinstall" : " stencil build"
25
26
},
26
- "devDependencies" : {
27
- "@stencil/core" : " 1.12.2" ,
28
- "@stencil/sass" : " 1.3.2" ,
29
- "@types/jest" : " 24.9.1" ,
30
- "@types/puppeteer" : " 2.0.1" ,
31
- "jest" : " 24.9.0" ,
32
- "jest-cli" : " 24.9.0" ,
33
- "puppeteer" : " 2.1.1"
34
- },
35
27
"license" : " AGPLv3" ,
36
28
"dependencies" : {
29
+ "@stencil/core" : " 1.12.2" ,
30
+ "@stencil/sass" : " 1.3.2" ,
37
31
"@popperjs/core" : " 2.4.4"
38
32
}
39
33
}
You can’t perform that action at this time.
0 commit comments