File tree Expand file tree Collapse file tree 6 files changed +19
-4
lines changed Expand file tree Collapse file tree 6 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 88 "test" : " jest --no-cache test.js"
99 },
1010 "dependencies" : {
11+ "vue" : " ^3.0.3"
12+ },
13+ "devDependencies" : {
1114 "@babel/core" : " ^7.9.0" ,
1215 "@babel/preset-env" : " ^7.9.0" ,
16+ "@vue/compiler-sfc" : " ^3.0.3" ,
17+ "coffeescript" : " ^2.3.2" ,
1318 "jest" : " ^26.0.0" ,
1419 "ts-jest" : " ^26.4.4" ,
15- "typescript" : " ^4.1.2" ,
16- "vue" : " ^3.0.3"
20+ "typescript" : " ^4.1.2"
1721 },
1822 "jest" : {
1923 "moduleFileExtensions" : [
Original file line number Diff line number Diff line change 1717 "babel-helper-vue-jsx-merge-props" : " ^2.0.3" ,
1818 "babel-plugin-syntax-jsx" : " ^6.18.0" ,
1919 "babel-plugin-transform-vue-jsx" : " ^3.7.0" ,
20+ "coffeescript" : " ^2.3.2" ,
21+ "jade" : " ^1.11.0" ,
2022 "jest" : " ^26.0.0" ,
23+ "pug" : " ^2.0.3" ,
2124 "ts-jest" : " ^26.4.4" ,
2225 "typescript" : " ^4.1.2" ,
2326 "vue-class-component" : " ^8.0.0-beta.4" ,
Original file line number Diff line number Diff line change 1414 "devDependencies" : {
1515 "@babel/core" : " ^7.9.0" ,
1616 "@babel/preset-env" : " ^7.9.0" ,
17+ "babel-jest" : " ^26.0.0" ,
18+ "extract-from-css" : " ^0.4.4" ,
1719 "jest" : " ^26.0.0" ,
1820 "postcss" : " ^7.0.13" ,
1921 "postcss-color-function" : " ^4.0.1" ,
Original file line number Diff line number Diff line change 1313 "devDependencies" : {
1414 "@babel/core" : " ^7.9.0" ,
1515 "@babel/preset-env" : " ^7.9.0" ,
16+ "coffeescript" : " ^2.3.2" ,
1617 "jest" : " ^26.0.0"
1718 },
1819 "jest" : {
Original file line number Diff line number Diff line change 1616 "@babel/preset-env" : " ^7.9.0" ,
1717 "@vue/test-utils" : " ^1.1.0" ,
1818 "jest" : " ^26.0.0" ,
19+ "less" : " ^3.9.0" ,
1920 "postcss" : " ^7.0.13" ,
20- "sass" : " ^1.23.7"
21+ "sass" : " ^1.23.7" ,
22+ "stylus" : " ^0.54.5"
2123 },
2224 "jest" : {
2325 "moduleFileExtensions" : [
Original file line number Diff line number Diff line change 88 "test" : " jest --no-cache ./sub-project/test.js"
99 },
1010 "dependencies" : {
11+ "@vue/compiler-sfc" : " ^3.0.3" ,
1112 "vue" : " ^3.0.3"
1213 },
1314 "devDependencies" : {
1415 "@babel/core" : " ^7.9.0" ,
1516 "@babel/preset-env" : " ^7.9.0" ,
16- "jest" : " ^26.0.0"
17+ "jest" : " ^26.0.0" ,
18+ "ts-jest" : " ^26.4.4" ,
19+ "typescript" : " ^4.1.2"
1720 },
1821 "jest" : {
1922 "globals" : {
You can’t perform that action at this time.
0 commit comments